Color names in this palette
CSS code for this palette
/* CSS */
.vital-green {
color: #1a895d;
}
.eucalipto {
color: #4cc8a5;
}
.peppy {
color: #78e2b6;
}
.pale-turquoise {
color: #a3f5d6;
}
.frosty-mint {
color: #e2f8f0;
}
/* CSS Variables */
:root {
--vital-green:#1a895d;
--eucalipto:#4cc8a5;
--peppy:#78e2b6;
--pale-turquoise:#a3f5d6;
--frosty-mint:#e2f8f0;
}