Color names in this palette
CSS code for this palette
/* CSS */
.blush-mint {
color: #d9e7e0;
}
.zenith-heights {
color: #a3c8c3;
}
.aurora-teal {
color: #6cb2ae;
}
.lucky-shamrock {
color: #4a7c7d;
}
.dark-slate-grey {
color: #305050;
}
/* CSS Variables */
:root {
--blush-mint:#d9e7e0;
--zenith-heights:#a3c8c3;
--aurora-teal:#6cb2ae;
--lucky-shamrock:#4a7c7d;
--dark-slate-grey:#305050;
}