Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-red {
color: #e64e3d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.blue-elemental {
color: #4d8af5;
}
.indiviolet-sunset {
color: #690dab;
}
/* CSS Variables */
:root {
--mandarin-red:#e64e3d;
--creamy-sweet-corn:#f9c54e;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--blue-elemental:#4d8af5;
--indiviolet-sunset:#690dab;
}