Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d6a7;
}
.pink-eraser {
color: #f3a29b;
}
.fiery-flamingo {
color: #f36d7a;
}
.carmine-rose {
color: #eb5c90;
}
.violet-femmes {
color: #a8719d;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d6a7;
--pink-eraser:#f3a29b;
--fiery-flamingo:#f36d7a;
--carmine-rose:#eb5c90;
--violet-femmes:#a8719d;
}