Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f8c54f;
}
.bergamot-orange {
color: #f6a05a;
}
.melon-baby {
color: #f57e6b;
}
.deep-blush {
color: #e76a89;
}
.llilacquered {
color: #c85b9a;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f8c54f;
--bergamot-orange:#f6a05a;
--melon-baby:#f57e6b;
--deep-blush:#e76a89;
--llilacquered:#c85b9a;
}