Color names in this palette
CSS code for this palette
/* CSS */
.saffron-gold {
color: #f48d06;
}
.lemon-zest {
color: #f9d958;
}
.lime-lizard {
color: #a3d55d;
}
.flat-green {
color: #6e9a4c;
}
.sotek-green {
color: #4a7c8c;
}
/* CSS Variables */
:root {
--saffron-gold:#f48d06;
--lemon-zest:#f9d958;
--lime-lizard:#a3d55d;
--flat-green:#6e9a4c;
--sotek-green:#4a7c8c;
}