Color names in this palette
CSS code for this palette
/* CSS */
.weeping-fig {
color: #5b812c;
}
.android-green {
color: #a7c83c;
}
.marsh-mist {
color: #e8e1a1;
}
.saffron {
color: #f9c62f;
}
.opulent-orange {
color: #f06c3d;
}
/* CSS Variables */
:root {
--weeping-fig:#5b812c;
--android-green:#a7c83c;
--marsh-mist:#e8e1a1;
--saffron:#f9c62f;
--opulent-orange:#f06c3d;
}