Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f6bbc2;
}
.harmonious-rose {
color: #f49fb6;
}
.posy-petal {
color: #f48a9a;
}
.pink-explosion {
color: #f47184;
}
.ponceau {
color: #f05c74;
}
/* CSS Variables */
:root {
--petals-unfolding:#f6bbc2;
--harmonious-rose:#f49fb6;
--posy-petal:#f48a9a;
--pink-explosion:#f47184;
--ponceau:#f05c74;
}