Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.orange-danger {
color: #e05e00;
}
.wild-rider-red {
color: #d9123d;
}
.heliotrope-magenta {
color: #a400b3;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--orange-danger:#e05e00;
--wild-rider-red:#d9123d;
--heliotrope-magenta:#a400b3;
--true-purple:#6f2c90;
}