Color names in this palette
CSS code for this palette
/* CSS */
.exciting-orange {
color: #efaf7b;
}
.evening-sunset {
color: #ebaf6f;
}
.sunrise {
color: #f6c279;
}
.warm-cocoon {
color: #f7d19c;
}
.menoth-white-base {
color: #f3e6b9;
}
/* CSS Variables */
:root {
--exciting-orange:#efaf7b;
--evening-sunset:#ebaf6f;
--sunrise:#f6c279;
--warm-cocoon:#f7d19c;
--menoth-white-base:#f3e6b9;
}