Color names in this palette
CSS code for this palette
/* CSS */
.greenish {
color: #3f9d6c;
}
.spearmint-burst {
color: #5abf8c;
}
.almost-aqua {
color: #9dddc6;
}
.fusilli {
color: #f1e8d5;
}
.rosy-outlook {
color: #f6a79d;
}
/* CSS Variables */
:root {
--greenish:#3f9d6c;
--spearmint-burst:#5abf8c;
--almost-aqua:#9dddc6;
--fusilli:#f1e8d5;
--rosy-outlook:#f6a79d;
}