Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-rain {
color: #f1f9f3;
}
.ode-to-green {
color: #b8e5d9;
}
.star-grass {
color: #70dbc2;
}
.waterfall {
color: #3bb0a2;
}
.ultramarine-green {
color: #007a62;
}
/* CSS Variables */
:root {
--peaceful-rain:#f1f9f3;
--ode-to-green:#b8e5d9;
--star-grass:#70dbc2;
--waterfall:#3bb0a2;
--ultramarine-green:#007a62;
}