Color names in this palette
CSS code for this palette
/* CSS */
.first-daughter {
color: #f8d3d8;
}
.rose-reminder {
color: #f6c1c6;
}
.melanie {
color: #e1b7c4;
}
.posy {
color: #f2e2d4;
}
.peach-temptation {
color: #f3c5af;
}
/* CSS Variables */
:root {
--first-daughter:#f8d3d8;
--rose-reminder:#f6c1c6;
--melanie:#e1b7c4;
--posy:#f2e2d4;
--peach-temptation:#f3c5af;
}