Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.glad-yellow {
color: #f2e1ab;
}
.goldfish {
color: #f2ab5f;
}
.warming-heart {
color: #d64f3d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--glad-yellow:#f2e1ab;
--goldfish:#f2ab5f;
--warming-heart:#d64f3d;
}