Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #2b8ebf;
}
.epimetheus {
color: #4ab1d3;
}
.turquoise-sea {
color: #6ed7e7;
}
.luminescent-blue {
color: #a2e2e6;
}
.frosty-mint {
color: #e0f5f3;
}
/* CSS Variables */
:root {
--christmas-blue:#2b8ebf;
--epimetheus:#4ab1d3;
--turquoise-sea:#6ed7e7;
--luminescent-blue:#a2e2e6;
--frosty-mint:#e0f5f3;
}