Color names in this palette
CSS code for this palette
/* CSS */
.energy-yellow {
color: #f7d350;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.basketball {
color: #f26e31;
}
.toxic-orange {
color: #fc5e36;
}
.dayflower {
color: #3a9ad9;
}
/* CSS Variables */
:root {
--energy-yellow:#f7d350;
--apricot-glazed-chicken:#f5a524;
--basketball:#f26e31;
--toxic-orange:#fc5e36;
--dayflower:#3a9ad9;
}