Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.emerald-bliss {
color: #4bbead;
}
.sunburst-yellow {
color: #fcff99;
}
.camellia-rose {
color: #e94969;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--emerald-bliss:#4bbead;
--sunburst-yellow:#fcff99;
--camellia-rose:#e94969;
}