Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f2e7a1;
}
.nevada-sky {
color: #a2d6e7;
}
.turkish-tile {
color: #007e9e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f2e7a1;
--nevada-sky:#a2d6e7;
--turkish-tile:#007e9e;
}