Color names in this palette
CSS code for this palette
/* CSS */
.stardew {
color: #a6b1b5;
}
.scandinavian-sky {
color: #c3d3d5;
}
.sweet-illusion {
color: #e1e8ea;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
.niebla-azul {
color: #b4c2c5;
}
/* CSS Variables */
:root {
--stardew:#a6b1b5;
--scandinavian-sky:#c3d3d5;
--sweet-illusion:#e1e8ea;
--zh-n-zh-b-i-pearl:#f5f9fa;
--niebla-azul:#b4c2c5;
}