Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-glow {
color: #f8d57c;
}
.cake-dough {
color: #fce1a6;
}
.soft-cashmere {
color: #f0b7d7;
}
.moonlit-mauve {
color: #d38db2;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--golden-glow:#f8d57c;
--cake-dough:#fce1a6;
--soft-cashmere:#f0b7d7;
--moonlit-mauve:#d38db2;
}