Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b89;
}
.indian-ocean {
color: #88b9a2;
}
.pale-mountain-lake-turquoise {
color: #bae3d5;
}
.milky-maize {
color: #f7d6a1;
}
.carrot-lava {
color: #f85725;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b89;
--indian-ocean:#88b9a2;
--pale-mountain-lake-turquoise:#bae3d5;
--milky-maize:#f7d6a1;
--carrot-lava:#f85725;
}