Color names in this palette
CSS code for this palette
/* CSS */
.filigree {
color: #dfe7e7;
}
.english-hollyhock {
color: #b5c8d4;
}
.stardew {
color: #a3b2b2;
}
.spring-mist {
color: #d1e0df;
}
.anti-flash-white {
color: #f2f3f3;
}
/* CSS Variables */
:root {
--filigree:#dfe7e7;
--english-hollyhock:#b5c8d4;
--stardew:#a3b2b2;
--spring-mist:#d1e0df;
--anti-flash-white:#f2f3f3;
}