Color names in this palette
CSS code for this palette
/* CSS */
.epimetheus {
color: #4bb3d2;
}
.squeaky {
color: #6bc6d6;
}
.island-paradise {
color: #8edbe1;
}
.timeless-seafoam {
color: #afe4df;
}
.windswept {
color: #d3f2f3;
}
/* CSS Variables */
:root {
--epimetheus:#4bb3d2;
--squeaky:#6bc6d6;
--island-paradise:#8edbe1;
--timeless-seafoam:#afe4df;
--windswept:#d3f2f3;
}