Color names in this palette
CSS code for this palette
/* CSS */
.mirage-lake {
color: #4b918d;
}
.monte-carlo {
color: #7dc5b5;
}
.sparkling-mint {
color: #a4e0d6;
}
.cheviot {
color: #f7f3e8;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--mirage-lake:#4b918d;
--monte-carlo:#7dc5b5;
--sparkling-mint:#a4e0d6;
--cheviot:#f7f3e8;
--durotar-fire:#f05a28;
}