Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.lake-thun {
color: #48b7e0;
}
.turquoise-sea {
color: #6dd4e8;
}
.permafrost {
color: #9cf2f7;
}
.duck-egg-blue {
color: #c5f7f1;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--lake-thun:#48b7e0;
--turquoise-sea:#6dd4e8;
--permafrost:#9cf2f7;
--duck-egg-blue:#c5f7f1;
}