Color names in this palette
CSS code for this palette
/* CSS */
.ground-nutmeg {
color: #a0593b;
}
.back-to-school {
color: #c1843e;
}
.themeda-japonica {
color: #e5b03e;
}
.e-honda-beige {
color: #f9d580;
}
.dandelion-whisper {
color: #fef3b4;
}
/* CSS Variables */
:root {
--ground-nutmeg:#a0593b;
--back-to-school:#c1843e;
--themeda-japonica:#e5b03e;
--e-honda-beige:#f9d580;
--dandelion-whisper:#fef3b4;
}