Color names in this palette
CSS code for this palette
/* CSS */
.green-vibes {
color: #d3e5c2;
}
.exciting-orange {
color: #f0b17a;
}
.orange-gluttony {
color: #e77e23;
}
.mid-century-furniture {
color: #ad5f1a;
}
.cadmium-violet {
color: #7e3d99;
}
/* CSS Variables */
:root {
--green-vibes:#d3e5c2;
--exciting-orange:#f0b17a;
--orange-gluttony:#e77e23;
--mid-century-furniture:#ad5f1a;
--cadmium-violet:#7e3d99;
}