Color names in this palette
CSS code for this palette
/* CSS */
.aspen-yellow {
color: #f4e09f;
}
.golden-opportunity {
color: #f5c070;
}
.ginger-milk {
color: #f6a051;
}
.chaat-masala {
color: #e67e28;
}
.vivid-red-tangelo {
color: #d95e20;
}
/* CSS Variables */
:root {
--aspen-yellow:#f4e09f;
--golden-opportunity:#f5c070;
--ginger-milk:#f6a051;
--chaat-masala:#e67e28;
--vivid-red-tangelo:#d95e20;
}