Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.egyptian-gold {
color: #f1a94b;
}
.gravlax {
color: #f1854b;
}
.amour {
color: #f1564b;
}
.hindu-lotus {
color: #f14b82;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--egyptian-gold:#f1a94b;
--gravlax:#f1854b;
--amour:#f1564b;
--hindu-lotus:#f14b82;
}