Color names in this palette
CSS code for this palette
/* CSS */
.chinese-goldfish {
color: #f44725;
}
.persimmon-orange {
color: #f66c28;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.wake-me-up {
color: #f3d458;
}
.fire-coral {
color: #e2b46e;
}
/* CSS Variables */
:root {
--chinese-goldfish:#f44725;
--persimmon-orange:#f66c28;
--gemini-mustard-momento:#f9a94e;
--wake-me-up:#f3d458;
--fire-coral:#e2b46e;
}