Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.phellodendron-amurense {
color: #f5bf38;
}
.hot-sun {
color: #f7b32b;
}
.glitzy-gold {
color: #d89f2c;
}
.inca-gold {
color: #a86d29;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--phellodendron-amurense:#f5bf38;
--hot-sun:#f7b32b;
--glitzy-gold:#d89f2c;
--inca-gold:#a86d29;
}