Color names in this palette
CSS code for this palette
/* CSS */
.diamond-white {
color: #e1f2f4;
}
.across-the-bay {
color: #b4e2e9;
}
.sky-of-ocean {
color: #7fceeb;
}
.lake-thun {
color: #49b8e4;
}
.homeworld {
color: #1c9ad4;
}
/* CSS Variables */
:root {
--diamond-white:#e1f2f4;
--across-the-bay:#b4e2e9;
--sky-of-ocean:#7fceeb;
--lake-thun:#49b8e4;
--homeworld:#1c9ad4;
}