Color names in this palette
CSS code for this palette
/* CSS */
.medium-sky-blue {
color: #7dd3f2;
}
.luminescent-blue {
color: #a2e0e7;
}
.mint-macaron {
color: #afeff3;
}
.duck-egg-blue {
color: #c3f8f9;
}
.winter-s-day {
color: #e0faff;
}
/* CSS Variables */
:root {
--medium-sky-blue:#7dd3f2;
--luminescent-blue:#a2e0e7;
--mint-macaron:#afeff3;
--duck-egg-blue:#c3f8f9;
--winter-s-day:#e0faff;
}