Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b89;
}
.montezuma-hills {
color: #a4b3a2;
}
.bakelite {
color: #e2d4a6;
}
.crunch {
color: #f2b75f;
}
.dried-saffron {
color: #c23b29;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b89;
--montezuma-hills:#a4b3a2;
--bakelite:#e2d4a6;
--crunch:#f2b75f;
--dried-saffron:#c23b29;
}