Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d8;
}
.rogue-pink {
color: #f6a2bf;
}
.sachet-pink {
color: #f490b1;
}
.medium-pink {
color: #f06090;
}
.radishical {
color: #ec417a;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d8;
--rogue-pink:#f6a2bf;
--sachet-pink:#f490b1;
--medium-pink:#f06090;
--radishical:#ec417a;
}