Color names in this palette
CSS code for this palette
/* CSS */
.midsummer-field {
color: #8ccd3c;
}
.the-fifth-sun {
color: #f6df2c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.exotic-orange {
color: #f34e20;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--midsummer-field:#8ccd3c;
--the-fifth-sun:#f6df2c;
--apricot-glazed-chicken:#f5a524;
--exotic-orange:#f34e20;
--fiji-palm:#4c8b3c;
}