Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f6b1d6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sea-foam {
color: #87e3cf;
}
.honey-carrot-cake {
color: #ff9d57;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--lavender-candy:#f6b1d6;
--solar-plexus-chakra:#f1c84b;
--sea-foam:#87e3cf;
--honey-carrot-cake:#ff9d57;
--blush-hour:#ff7092;
}