Color names in this palette
CSS code for this palette
/* CSS */
.galactic-tint {
color: #c0c4c8;
}
.stardew {
color: #a6b1b5;
}
.aqua-smoke {
color: #8d9da0;
}
.icy-morn {
color: #b1d2d3;
}
.winter-day {
color: #e2e8e9;
}
/* CSS Variables */
:root {
--galactic-tint:#c0c4c8;
--stardew:#a6b1b5;
--aqua-smoke:#8d9da0;
--icy-morn:#b1d2d3;
--winter-day:#e2e8e9;
}