Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5e8c8d;
}
.cascade-green {
color: #a3c7b8;
}
.iced-celery {
color: #e5e6b7;
}
.chai-latte {
color: #f9cb9f;
}
.opal-flame {
color: #ef5d4d;
}
/* CSS Variables */
:root {
--steel-teal:#5e8c8d;
--cascade-green:#a3c7b8;
--iced-celery:#e5e6b7;
--chai-latte:#f9cb9f;
--opal-flame:#ef5d4d;
}