Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e8b5d4;
}
.first-peach {
color: #f1c8c6;
}
.glad-yellow {
color: #f2e1ab;
}
.lazy-daisy {
color: #f6e8a2;
}
.smooth-satin {
color: #a4d4d5;
}
/* CSS Variables */
:root {
--gumball:#e8b5d4;
--first-peach:#f1c8c6;
--glad-yellow:#f2e1ab;
--lazy-daisy:#f6e8a2;
--smooth-satin:#a4d4d5;
}