Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.xanthic {
color: #f8e61b;
}
.lime-lizard {
color: #a3d35a;
}
.olympic-blue {
color: #4b91e2;
}
.blood-orange {
color: #cf021a;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--xanthic:#f8e61b;
--lime-lizard:#a3d35a;
--olympic-blue:#4b91e2;
--blood-orange:#cf021a;
}