Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5c8a8a;
}
.smooth-satin {
color: #a4d6d2;
}
.maximum-yellow-red {
color: #f1b74b;
}
.cheddar {
color: #f09e05;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--steel-teal:#5c8a8a;
--smooth-satin:#a4d6d2;
--maximum-yellow-red:#f1b74b;
--cheddar:#f09e05;
--mandarin-red:#e74d3c;
}