Color names in this palette
CSS code for this palette
/* CSS */
.olive-oil {
color: #b8b56b;
}
.columbian-gold {
color: #b8c05d;
}
.tropical-light {
color: #a2d66b;
}
.mermaid-tears {
color: #d6e7a6;
}
.silky-yogurt {
color: #f3f3c9;
}
/* CSS Variables */
:root {
--olive-oil:#b8b56b;
--columbian-gold:#b8c05d;
--tropical-light:#a2d66b;
--mermaid-tears:#d6e7a6;
--silky-yogurt:#f3f3c9;
}