Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.saffron {
color: #f9c62f;
}
.yellow-jacket {
color: #fbcb3c;
}
.chrome-yellow {
color: #faa700;
}
.hot-butter {
color: #e6a100;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--saffron:#f9c62f;
--yellow-jacket:#fbcb3c;
--chrome-yellow:#faa700;
--hot-butter:#e6a100;
}