Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #4b9b3b;
}
.drop-green {
color: #5dbb5d;
}
.tropical-light {
color: #a1d56c;
}
.syndicalist {
color: #f5c400;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--enviable:#4b9b3b;
--drop-green:#5dbb5d;
--tropical-light:#a1d56c;
--syndicalist:#f5c400;
--olympic-blue:#4b91e2;
}