Color names in this palette
CSS code for this palette
/* CSS */
.lime-bright {
color: #f3e4af;
}
.marsh-mist {
color: #e9e39f;
}
.harvest-gold {
color: #e8b569;
}
.dutch-orange {
color: #deaa3b;
}
.mulberry-thorn {
color: #c57a30;
}
/* CSS Variables */
:root {
--lime-bright:#f3e4af;
--marsh-mist:#e9e39f;
--harvest-gold:#e8b569;
--dutch-orange:#deaa3b;
--mulberry-thorn:#c57a30;
}