Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunny-mood {
color: #f7c94b;
}
.joyful {
color: #f6eec1;
}
.smooth-satin {
color: #a2d8d0;
}
.steel-teal {
color: #5b8b89;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunny-mood:#f7c94b;
--joyful:#f6eec1;
--smooth-satin:#a2d8d0;
--steel-teal:#5b8b89;
}