Color names in this palette
CSS code for this palette
/* CSS */
.kogane-gold {
color: #e5b71f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.mouse-nose {
color: #fee6b4;
}
.bridal-heath {
color: #f9ecdc;
}
/* CSS Variables */
:root {
--kogane-gold:#e5b71f;
--solar-plexus-chakra:#f1c84b;
--lemon-ice-yellow:#f7e2a6;
--mouse-nose:#fee6b4;
--bridal-heath:#f9ecdc;
}