Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.chrome-yellow {
color: #faa700;
}
.lemon-chrome {
color: #faaf00;
}
.samoan-sun {
color: #fbbf46;
}
.fiery-glow {
color: #f14f1e;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--chrome-yellow:#faa700;
--lemon-chrome:#faaf00;
--samoan-sun:#fbbf46;
--fiery-glow:#f14f1e;
}