Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f2e7a6;
}
.winsome-hue {
color: #a7d8e2;
}
.boat-house {
color: #4a8dba;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f2e7a6;
--winsome-hue:#a7d8e2;
--boat-house:#4a8dba;
}