Color names in this palette
CSS code for this palette
/* CSS */
.lemon-delicious {
color: #fbe798;
}
.here-comes-the-sun {
color: #fadd66;
}
.haba-ero-gold {
color: #f8d23a;
}
.consumed-by-fire {
color: #f1801e;
}
.exuberance {
color: #d55601;
}
/* CSS Variables */
:root {
--lemon-delicious:#fbe798;
--here-comes-the-sun:#fadd66;
--haba-ero-gold:#f8d23a;
--consumed-by-fire:#f1801e;
--exuberance:#d55601;
}