Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.flower-spell {
color: #fbc6d8;
}
.sweet-nothing {
color: #f9e5e1;
}
.yellow-tulip {
color: #f2d16e;
}
.salmon-fresco {
color: #f9b09f;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--flower-spell:#fbc6d8;
--sweet-nothing:#f9e5e1;
--yellow-tulip:#f2d16e;
--salmon-fresco:#f9b09f;
}