Color names in this palette
CSS code for this palette
/* CSS */
.poisonous-pesto {
color: #d2e70d;
}
.paris-daisy {
color: #f9e74e;
}
.deviled-egg {
color: #fdd67c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.bitter-orange {
color: #d37d27;
}
/* CSS Variables */
:root {
--poisonous-pesto:#d2e70d;
--paris-daisy:#f9e74e;
--deviled-egg:#fdd67c;
--apricot-glazed-chicken:#f5a524;
--bitter-orange:#d37d27;
}