Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f9a9d5;
}
.magenta-crayon {
color: #ff5ca0;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-peel {
color: #ffec80;
}
.scallion {
color: #6b8f24;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f9a9d5;
--magenta-crayon:#ff5ca0;
--floral-leaf:#ffb84d;
--lemon-peel:#ffec80;
--scallion:#6b8f24;
}