Color names in this palette
CSS code for this palette
/* CSS */
.maui-mist {
color: #edf1f2;
}
.metallic {
color: #bdc3c7;
}
.mythical-blue {
color: #95a6a7;
}
.ufo-green {
color: #2ecc70;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--maui-mist:#edf1f2;
--metallic:#bdc3c7;
--mythical-blue:#95a6a7;
--ufo-green:#2ecc70;
--mandarin-red:#e74d3c;
}