Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.gilded {
color: #f5d94d;
}
.jovial-jade {
color: #89e1b1;
}
.blue-jeans {
color: #61afea;
}
.rosy-cheeks {
color: #d84f6b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--gilded:#f5d94d;
--jovial-jade:#89e1b1;
--blue-jeans:#61afea;
--rosy-cheeks:#d84f6b;
}