Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d2;
}
.rogue-pink {
color: #f6a7c1;
}
.pink-carnation {
color: #f27d9e;
}
.hindu-lotus {
color: #f04c7d;
}
.azalea {
color: #d93f5c;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d2;
--rogue-pink:#f6a7c1;
--pink-carnation:#f27d9e;
--hindu-lotus:#f04c7d;
--azalea:#d93f5c;
}