Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.fulgrim-pink {
color: #f7b1cf;
}
.flamingo-feather {
color: #f8bfd6;
}
.friendly-yellow {
color: #f6e1b1;
}
.lemon-dream {
color: #f0a000;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--fulgrim-pink:#f7b1cf;
--flamingo-feather:#f8bfd6;
--friendly-yellow:#f6e1b1;
--lemon-dream:#f0a000;
}