Color names in this palette
CSS code for this palette
/* CSS */
.spanish-yellow {
color: #f5b00f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.plastic-carrot {
color: #f45b1f;
}
.pink-flamb {
color: #d04e82;
}
.indiviolet-sunset {
color: #690dab;
}
/* CSS Variables */
:root {
--spanish-yellow:#f5b00f;
--apricot-glazed-chicken:#f5a524;
--plastic-carrot:#f45b1f;
--pink-flamb:#d04e82;
--indiviolet-sunset:#690dab;
}