Color names in this palette
CSS code for this palette
/* CSS */
.sh-i-c-o-l-green {
color: #40826d;
}
.shamrock-green {
color: #4baf80;
}
.peppy {
color: #6cd5b8;
}
.capri-water-blue {
color: #a8e1d4;
}
.weathered-mint {
color: #e4f8e2;
}
/* CSS Variables */
:root {
--sh-i-c-o-l-green:#40826d;
--shamrock-green:#4baf80;
--peppy:#6cd5b8;
--capri-water-blue:#a8e1d4;
--weathered-mint:#e4f8e2;
}