Color names in this palette
CSS code for this palette
/* CSS */
.angel-green {
color: #003d2b;
}
.sacramento-state-green {
color: #005c3d;
}
.gnarls-green {
color: #007a4e;
}
.green-pigment {
color: #00a851;
}
.spring-bouquet {
color: #5ecf78;
}
/* CSS Variables */
:root {
--angel-green:#003d2b;
--sacramento-state-green:#005c3d;
--gnarls-green:#007a4e;
--green-pigment:#00a851;
--spring-bouquet:#5ecf78;
}