Color names in this palette
CSS code for this palette
/* CSS */
.stardew {
color: #a6b1b5;
}
.oceanic-climate {
color: #bac7c9;
}
.aluminum-foil {
color: #d0dadc;
}
.shaving-cream {
color: #e0e4e6;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--stardew:#a6b1b5;
--oceanic-climate:#bac7c9;
--aluminum-foil:#d0dadc;
--shaving-cream:#e0e4e6;
--zh-n-zh-b-i-pearl:#f5f9fa;
}