Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.marigold-dust {
color: #f6cb3c;
}
.majestic-treasures {
color: #f2e6a1;
}
.smooth-satin {
color: #a2d8d1;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--marigold-dust:#f6cb3c;
--majestic-treasures:#f2e6a1;
--smooth-satin:#a2d8d1;
--regale-blue:#80b3d6;
}