Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4d9d68;
}
.spring-bouquet {
color: #6dd085;
}
.overtone {
color: #9ee0b2;
}
.syndicalist {
color: #f5c400;
}
.yellow-sea {
color: #f49a34;
}
/* CSS Variables */
:root {
--greenbrier:#4d9d68;
--spring-bouquet:#6dd085;
--overtone:#9ee0b2;
--syndicalist:#f5c400;
--yellow-sea:#f49a34;
}