Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.freesia {
color: #f6c02c;
}
.pasta-luego {
color: #f9e380;
}
.lime-rasp {
color: #b2d100;
}
.pure-apple {
color: #6cbe46;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--freesia:#f6c02c;
--pasta-luego:#f9e380;
--lime-rasp:#b2d100;
--pure-apple:#6cbe46;
}