Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f9bd1;
}
.lake-thun {
color: #4bb7e2;
}
.tanager-turquoise {
color: #8cd8ed;
}
.crystal-river {
color: #b2e5f0;
}
.winter-s-day {
color: #e0f8ff;
}
/* CSS Variables */
:root {
--homeworld:#1f9bd1;
--lake-thun:#4bb7e2;
--tanager-turquoise:#8cd8ed;
--crystal-river:#b2e5f0;
--winter-s-day:#e0f8ff;
}