Color names in this palette
CSS code for this palette
/* CSS */
.golf-course {
color: #5c9b4b;
}
.spring-leaves {
color: #a7c3a9;
}
.floating-feather {
color: #e9d7c3;
}
.avid-apricot {
color: #f3c5a0;
}
.track-and-field {
color: #d76b50;
}
/* CSS Variables */
:root {
--golf-course:#5c9b4b;
--spring-leaves:#a7c3a9;
--floating-feather:#e9d7c3;
--avid-apricot:#f3c5a0;
--track-and-field:#d76b50;
}