Color names in this palette
CSS code for this palette
/* CSS */
.natural-youth {
color: #dae9b4;
}
.green-bark {
color: #a7c5a5;
}
.artemesia-green {
color: #60af93;
}
.blue-chill {
color: #3b888c;
}
.dark-blue {
color: #2e5c7f;
}
/* CSS Variables */
:root {
--natural-youth:#dae9b4;
--green-bark:#a7c5a5;
--artemesia-green:#60af93;
--blue-chill:#3b888c;
--dark-blue:#2e5c7f;
}