Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #f9e74e;
}
.saffron {
color: #f5c72e;
}
.apricot-glazed-chicken {
color: #f1a727;
}
.orange-sulphur {
color: #efa31f;
}
.apocalyptic-orange {
color: #f46a1f;
}
/* CSS Variables */
:root {
--paris-daisy:#f9e74e;
--saffron:#f5c72e;
--apricot-glazed-chicken:#f1a727;
--orange-sulphur:#efa31f;
--apocalyptic-orange:#f46a1f;
}