Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.chrome-yellow {
color: #faa700;
}
.lemon-chrome {
color: #faaf00;
}
.philippine-yellow {
color: #facc00;
}
.cyber-yellow {
color: #ffd500;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--chrome-yellow:#faa700;
--lemon-chrome:#faaf00;
--philippine-yellow:#facc00;
--cyber-yellow:#ffd500;
}