Color names in this palette
CSS code for this palette
/* CSS */
.radiant-yellow {
color: #fb9f28;
}
.squash-blossom {
color: #f6b637;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.yellow-tulip {
color: #f4d06c;
}
.granary-gold {
color: #e7a14b;
}
/* CSS Variables */
:root {
--radiant-yellow:#fb9f28;
--squash-blossom:#f6b637;
--solar-plexus-chakra:#f1cb4b;
--yellow-tulip:#f4d06c;
--granary-gold:#e7a14b;
}