Color names in this palette
CSS code for this palette
/* CSS */
.fussy-pink {
color: #e6a7b8;
}
.deco-pink {
color: #f5c2ce;
}
.havana-cream {
color: #f9e7c3;
}
.cente-tl-yellow {
color: #f6e179;
}
.afternoon-stroll {
color: #d9c6a1;
}
/* CSS Variables */
:root {
--fussy-pink:#e6a7b8;
--deco-pink:#f5c2ce;
--havana-cream:#f9e7c3;
--cente-tl-yellow:#f6e179;
--afternoon-stroll:#d9c6a1;
}