Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.rose-reminder {
color: #f4c3c6;
}
.poetic-princess {
color: #f9e1e3;
}
.love-at-first-sight {
color: #e6a2b1;
}
.rhubarb-pie {
color: #d67a88;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--rose-reminder:#f4c3c6;
--poetic-princess:#f9e1e3;
--love-at-first-sight:#e6a2b1;
--rhubarb-pie:#d67a88;
}