Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sun-deck {
color: #f1e09d;
}
.glacier-point {
color: #b5d6e8;
}
.pearl-blue {
color: #77b5c5;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--sun-deck:#f1e09d;
--glacier-point:#b5d6e8;
--pearl-blue:#77b5c5;
}