Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b89;
}
.aida {
color: #b1c9b5;
}
.buckwheat-groats {
color: #e1d6a8;
}
.market-melon {
color: #f7b378;
}
.fire-island {
color: #d95136;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b89;
--aida:#b1c9b5;
--buckwheat-groats:#e1d6a8;
--market-melon:#f7b378;
--fire-island:#d95136;
}