Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.dahlia-delight {
color: #f9bed2;
}
.hepatica {
color: #fce3e8;
}
.campanelle-noodle {
color: #fcf9d9;
}
.lemon-meringue {
color: #f6e098;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--dahlia-delight:#f9bed2;
--hepatica:#fce3e8;
--campanelle-noodle:#fcf9d9;
--lemon-meringue:#f6e098;
}