Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.creamy-sweet-corn {
color: #f9c148;
}
.sun-dust {
color: #f6e1a2;
}
.autumn-wind {
color: #f9d2b4;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--creamy-sweet-corn:#f9c148;
--sun-dust:#f6e1a2;
--autumn-wind:#f9d2b4;
--sun-orange:#f47b1f;
}