Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.hollandaise {
color: #f9ea43;
}
.american-yellow {
color: #f5b400;
}
.hot-butter {
color: #e0a100;
}
.field-poppy {
color: #d66e3d;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--hollandaise:#f9ea43;
--american-yellow:#f5b400;
--hot-butter:#e0a100;
--field-poppy:#d66e3d;
}