Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.flatty-yellow {
color: #fae500;
}
.citrus-splash {
color: #ffc300;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--flatty-yellow:#fae500;
--citrus-splash:#ffc300;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
}