Color names in this palette
CSS code for this palette
/* CSS */
.shyness {
color: #f3f2d8;
}
.fountain-frolic {
color: #e4e3c3;
}
.green-mesh {
color: #d5d6a9;
}
.yerba-mate {
color: #c7c78e;
}
.olive-oil {
color: #b6b86f;
}
/* CSS Variables */
:root {
--shyness:#f3f2d8;
--fountain-frolic:#e4e3c3;
--green-mesh:#d5d6a9;
--yerba-mate:#c7c78e;
--olive-oil:#b6b86f;
}