Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.marigold-dust {
color: #f4cf3e;
}
.star-grass {
color: #75d7c3;
}
.traditional-blue {
color: #1f628e;
}
.prickly-purple {
color: #a66abe;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--marigold-dust:#f4cf3e;
--star-grass:#75d7c3;
--traditional-blue:#1f628e;
--prickly-purple:#a66abe;
}