Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c6;
}
.lovely-breeze {
color: #f8d8e3;
}
.beeswing {
color: #f5d399;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.candle-yellow {
color: #e29e6a;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c6;
--lovely-breeze:#f8d8e3;
--beeswing:#f5d399;
--solar-plexus-chakra:#f1c84b;
--candle-yellow:#e29e6a;
}