Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.dream-of-spring {
color: #f6d12c;
}
.lemon-rose {
color: #f9e9ae;
}
.ninjin-orange {
color: #e5a971;
}
.fireglow {
color: #d55d3f;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--dream-of-spring:#f6d12c;
--lemon-rose:#f9e9ae;
--ninjin-orange:#e5a971;
--fireglow:#d55d3f;
}