Color names in this palette
CSS code for this palette
/* CSS */
.deviled-egg {
color: #fdd67c;
}
.pink-bubble-tea {
color: #f9b9c3;
}
.spaghetti-strap-pink {
color: #f5a8d4;
}
.citrus-sachet {
color: #f4c7a9;
}
.sugar-cookie {
color: #f3e1a5;
}
/* CSS Variables */
:root {
--deviled-egg:#fdd67c;
--pink-bubble-tea:#f9b9c3;
--spaghetti-strap-pink:#f5a8d4;
--citrus-sachet:#f4c7a9;
--sugar-cookie:#f3e1a5;
}