Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d6;
}
.pink-marshmallow {
color: #f4b8d0;
}
.sachet-pink {
color: #f28cba;
}
.impatient-pink {
color: #e07b9b;
}
.pink-flambe {
color: #d04e79;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d6;
--pink-marshmallow:#f4b8d0;
--sachet-pink:#f28cba;
--impatient-pink:#e07b9b;
--pink-flambe:#d04e79;
}