Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f3e8a5;
}
.dithered-sky {
color: #b8e1ff;
}
.candid-blue {
color: #6cc0e4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f3e8a5;
--dithered-sky:#b8e1ff;
--candid-blue:#6cc0e4;
}