Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.chrome-yellow {
color: #faa700;
}
.deep-fried-sun-rays {
color: #f8c659;
}
.shocking-orange {
color: #ff6d1f;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--chrome-yellow:#faa700;
--deep-fried-sun-rays:#f8c659;
--shocking-orange:#ff6d1f;
--aerospace-orange:#ff5100;
}