Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.king-lime {
color: #afd600;
}
.intense-jade {
color: #6dd09b;
}
.brilliant-azure {
color: #299bff;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--king-lime:#afd600;
--intense-jade:#6dd09b;
--brilliant-azure:#299bff;
--grapefruit:#ff5c5c;
}