Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b8b;
}
.mint-bonbon-green {
color: #7cb6aa;
}
.refresh {
color: #a1d4c7;
}
.elegant-ivory {
color: #f1e5d5;
}
.biscuit-cream {
color: #f9ccb9;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b8b;
--mint-bonbon-green:#7cb6aa;
--refresh:#a1d4c7;
--elegant-ivory:#f1e5d5;
--biscuit-cream:#f9ccb9;
}