Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a8edb;
}
.lake-thun {
color: #38bfe0;
}
.blue-crystal-landscape {
color: #6ce4ea;
}
.ice-citadel {
color: #b2f1f5;
}
.pretty-in-pink {
color: #f8b9e3;
}
/* CSS Variables */
:root {
--homeworld:#1a8edb;
--lake-thun:#38bfe0;
--blue-crystal-landscape:#6ce4ea;
--ice-citadel:#b2f1f5;
--pretty-in-pink:#f8b9e3;
}