Color names in this palette
CSS code for this palette
/* CSS */
.dahlia {
color: #893d8f;
}
.cashmere-rose {
color: #c87e99;
}
.petals-unfolding {
color: #f5b8c1;
}
.summertime {
color: #f1cf79;
}
.orange-pospsicle {
color: #f2a20d;
}
/* CSS Variables */
:root {
--dahlia:#893d8f;
--cashmere-rose:#c87e99;
--petals-unfolding:#f5b8c1;
--summertime:#f1cf79;
--orange-pospsicle:#f2a20d;
}