Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f2e6a1;
}
.terrace-pool {
color: #a3d9e0;
}
.blue-cuddle {
color: #7cb4d0;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f2e6a1;
--terrace-pool:#a3d9e0;
--blue-cuddle:#7cb4d0;
}