Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.basilica-blue {
color: #4e9fa6;
}
.pumpkin-green {
color: #2a6a4d;
}
.jokaero-orange {
color: #e75b04;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--basilica-blue:#4e9fa6;
--pumpkin-green:#2a6a4d;
--jokaero-orange:#e75b04;
}