Color names in this palette
CSS code for this palette
/* CSS */
.stardew {
color: #a6b1b5;
}
.soothing-breeze {
color: #b4c0c5;
}
.chickweed {
color: #d9e0e3;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
.mountain-air {
color: #e6e0e1;
}
/* CSS Variables */
:root {
--stardew:#a6b1b5;
--soothing-breeze:#b4c0c5;
--chickweed:#d9e0e3;
--zh-n-zh-b-i-pearl:#f6f8f9;
--mountain-air:#e6e0e1;
}