Color names in this palette
CSS code for this palette
/* CSS */
.simply-green {
color: #00b37d;
}
.caribbean-green {
color: #00d6a1;
}
.lifeless-green {
color: #00e0b4;
}
.pale-turquoise {
color: #a1fcd8;
}
.azure-mist {
color: #f0fff4;
}
/* CSS Variables */
:root {
--simply-green:#00b37d;
--caribbean-green:#00d6a1;
--lifeless-green:#00e0b4;
--pale-turquoise:#a1fcd8;
--azure-mist:#f0fff4;
}