Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e0b2;
}
.coral-bisque {
color: #f8c5af;
}
.cherrystone {
color: #fa988f;
}
.melon-baby {
color: #f57b6b;
}
.flushed {
color: #df5353;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e0b2;
--coral-bisque:#f8c5af;
--cherrystone:#fa988f;
--melon-baby:#f57b6b;
--flushed:#df5353;
}