Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c8;
}
.pink-fit {
color: #f5a8b4;
}
.geranium-pink {
color: #f58e9e;
}
.rose-cheeks {
color: #f5758b;
}
.ponceau {
color: #f55b75;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c8;
--pink-fit:#f5a8b4;
--geranium-pink:#f58e9e;
--rose-cheeks:#f5758b;
--ponceau:#f55b75;
}