Color names in this palette
CSS code for this palette
/* CSS */
.cente-tl-yellow {
color: #f6e179;
}
.peach-damask {
color: #f9c6a4;
}
.poppy-petal {
color: #f89c8b;
}
.lively-coral {
color: #e67979;
}
.kenny-s-kiss {
color: #d35570;
}
/* CSS Variables */
:root {
--cente-tl-yellow:#f6e179;
--peach-damask:#f9c6a4;
--poppy-petal:#f89c8b;
--lively-coral:#e67979;
--kenny-s-kiss:#d35570;
}