Color names in this palette
CSS code for this palette
/* CSS */
.vitality {
color: #8b9a5b;
}
.endive {
color: #d1e1c7;
}
.best-of-summer {
color: #f7f3d9;
}
.rhubarb-gin {
color: #d5a4c2;
}
.amazonian-orchid {
color: #a57e9d;
}
/* CSS Variables */
:root {
--vitality:#8b9a5b;
--endive:#d1e1c7;
--best-of-summer:#f7f3d9;
--rhubarb-gin:#d5a4c2;
--amazonian-orchid:#a57e9d;
}