Color names in this palette
CSS code for this palette
/* CSS */
.cyprus-green {
color: #6d9c89;
}
.witty-green {
color: #b5d99b;
}
.venetian-yellow {
color: #f6e5a2;
}
.golden-opportunity {
color: #f9c16c;
}
.potash {
color: #e07c57;
}
/* CSS Variables */
:root {
--cyprus-green:#6d9c89;
--witty-green:#b5d99b;
--venetian-yellow:#f6e5a2;
--golden-opportunity:#f9c16c;
--potash:#e07c57;
}