Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.little-sun-dress {
color: #f9c85d;
}
.quack-quack {
color: #ffeb8a;
}
.extreme-carrot {
color: #ff6d2e;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--little-sun-dress:#f9c85d;
--quack-quack:#ffeb8a;
--extreme-carrot:#ff6d2e;
--coquelicot:#ff3c00;
}