Color names in this palette
CSS code for this palette
/* CSS */
.weeping-fig {
color: #5b892a;
}
.sweet-midori {
color: #a6c856;
}
.lemon-verbena {
color: #f3e86d;
}
.floral-leaf {
color: #ffb54d;
}
.obstinate-orange {
color: #d75928;
}
/* CSS Variables */
:root {
--weeping-fig:#5b892a;
--sweet-midori:#a6c856;
--lemon-verbena:#f3e86d;
--floral-leaf:#ffb54d;
--obstinate-orange:#d75928;
}