Color names in this palette
CSS code for this palette
/* CSS */
.golden-apricot {
color: #d9a74a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.yellow-tulip {
color: #f5d270;
}
.lazy-daisy {
color: #f9eaa4;
}
.vanilla-frost {
color: #fce9c5;
}
/* CSS Variables */
:root {
--golden-apricot:#d9a74a;
--solar-plexus-chakra:#f1c84b;
--yellow-tulip:#f5d270;
--lazy-daisy:#f9eaa4;
--vanilla-frost:#fce9c5;
}