Color names in this palette
CSS code for this palette
/* CSS */
.greenish-teal {
color: #3bbf7d;
}
.vegetation {
color: #5cd69f;
}
.algae-green {
color: #92e2b6;
}
.spilt-milk {
color: #f3f9d2;
}
.precious-pink {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--greenish-teal:#3bbf7d;
--vegetation:#5cd69f;
--algae-green:#92e2b6;
--spilt-milk:#f3f9d2;
--precious-pink:#f9b4b4;
}