Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d67d29;
}
.hot-sun {
color: #f7b72b;
}
.glitter-yellow {
color: #f9d75d;
}
.orange-glass {
color: #ffca80;
}
.feather-plume {
color: #ffdbb3;
}
/* CSS Variables */
:root {
--bitter-orange:#d67d29;
--hot-sun:#f7b72b;
--glitter-yellow:#f9d75d;
--orange-glass:#ffca80;
--feather-plume:#ffdbb3;
}