Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.hot-sun {
color: #f7b72b;
}
.quince-jelly {
color: #f4952f;
}
.apocalyptic-orange {
color: #f26e1c;
}
.tangerine-bliss {
color: #d95d30;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--hot-sun:#f7b72b;
--quince-jelly:#f4952f;
--apocalyptic-orange:#f26e1c;
--tangerine-bliss:#d95d30;
}