Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.hawker-s-gold {
color: #f3c46d;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.mint-mist {
color: #b8e0d6;
}
.soft-turquoise {
color: #6fd3d3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--hawker-s-gold:#f3c46d;
--smooth-as-corn-silk:#f4e2b3;
--mint-mist:#b8e0d6;
--soft-turquoise:#6fd3d3;
}