Color names in this palette
CSS code for this palette
/* CSS */
.sensual-climax {
color: #da3487;
}
.flirty-rose {
color: #d45e8d;
}
.dusty-pink {
color: #d98c95;
}
.petals-unfolding {
color: #f4b8c3;
}
.pork-belly {
color: #f9e1e6;
}
/* CSS Variables */
:root {
--sensual-climax:#da3487;
--flirty-rose:#d45e8d;
--dusty-pink:#d98c95;
--petals-unfolding:#f4b8c3;
--pork-belly:#f9e1e6;
}