Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.lusty-gallant {
color: #ff7c4d;
}
.buttery-salmon {
color: #ffb19e;
}
.paper-daisy {
color: #f0e4c7;
}
.lobaria-lichen {
color: #a3c7b5;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--lusty-gallant:#ff7c4d;
--buttery-salmon:#ffb19e;
--paper-daisy:#f0e4c7;
--lobaria-lichen:#a3c7b5;
}