Public
Edited
Jan 6
Insert cell
Insert cell
<style>
.fire_text {
background: linear-gradient(-45deg, ${f1}, ${f2}, ${f3}, ${f4});
background-size: 400% 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: gradient 1s ease infinite;
}

</style>
Insert cell
viewof f1 = Inputs.color({ value: "#fa0000" })
Insert cell
viewof f2 = Inputs.color({ value: "#d3dd46" })
Insert cell
viewof f3 = Inputs.color({ value: "#f47f1f" })
Insert cell
viewof f4 = Inputs.color({ value: "#d561ff" })
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more