Color names in this palette
CSS code for this palette
/* CSS */
.stardew {
color: #a6b2b5;
}
.galactic-tint {
color: #bec4c6;
}
.silver-setting {
color: #d7dada;
}
.vibrant-white {
color: #e9ecec;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--stardew:#a6b2b5;
--galactic-tint:#bec4c6;
--silver-setting:#d7dada;
--vibrant-white:#e9ecec;
--lynx-white:#f6f8f8;
}