Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9ca3;
}
.oasis-stream {
color: #a1e8d6;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--baltic:#1f9ca3;
--oasis-stream:#a1e8d6;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--tenn:#d15400;
}