Color names in this palette
CSS code for this palette
/* CSS */
.river-of-gold {
color: #e5b35d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fun-yellow {
color: #f5e594;
}
.smooth-satin {
color: #a2d8d1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--river-of-gold:#e5b35d;
--solar-plexus-chakra:#f1c84b;
--fun-yellow:#f5e594;
--smooth-satin:#a2d8d1;
--shrimp-cocktail:#f4a462;
}