Color names in this palette
CSS code for this palette
/* CSS */
.royal-yellow {
color: #f8d94f;
}
.welcoming-wasp {
color: #f0a800;
}
.orange-gluttony {
color: #e77e23;
}
.cg-red {
color: #d93b30;
}
.maximum-red-purple {
color: #a7397b;
}
/* CSS Variables */
:root {
--royal-yellow:#f8d94f;
--welcoming-wasp:#f0a800;
--orange-gluttony:#e77e23;
--cg-red:#d93b30;
--maximum-red-purple:#a7397b;
}