Color names in this palette
CSS code for this palette
/* CSS */
.greenish-teal {
color: #3bbf7d;
}
.green-trance {
color: #a3d7a5;
}
.mist-of-green {
color: #e2f3e9;
}
.soft-butter {
color: #f4e2b8;
}
.sun-orange {
color: #f37c20;
}
/* CSS Variables */
:root {
--greenish-teal:#3bbf7d;
--green-trance:#a3d7a5;
--mist-of-green:#e2f3e9;
--soft-butter:#f4e2b8;
--sun-orange:#f37c20;
}