Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fat-gold {
color: #e6b400;
}
.mogwa-cheong-yellow {
color: #dbc900;
}
.dithered-sky {
color: #b8e0ff;
}
.maya-blue {
color: #73c7f7;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fat-gold:#e6b400;
--mogwa-cheong-yellow:#dbc900;
--dithered-sky:#b8e0ff;
--maya-blue:#73c7f7;
}