Color names in this palette
CSS code for this palette
/* CSS */
.aegean-green {
color: #4b916e;
}
.sorreno-lemon {
color: #f2d35a;
}
.saffron-gold {
color: #f08c00;
}
.raging-leaf {
color: #e05a00;
}
.spiced-up {
color: #b04e3b;
}
/* CSS Variables */
:root {
--aegean-green:#4b916e;
--sorreno-lemon:#f2d35a;
--saffron-gold:#f08c00;
--raging-leaf:#e05a00;
--spiced-up:#b04e3b;
}