Color names in this palette
CSS code for this palette
/* CSS */
.aurora-orange {
color: #ef703e;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.vanilla-pudding {
color: #f4e06c;
}
.citrus-surge {
color: #8bc34b;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--aurora-orange:#ef703e;
--y-ng-ch-ng-orange:#f1a03b;
--vanilla-pudding:#f4e06c;
--citrus-surge:#8bc34b;
--emerald-wave:#4eb7ac;
}