Color names in this palette
CSS code for this palette
/* CSS */
.dancing-mist {
color: #bfc9d9;
}
.suds {
color: #a6b2c5;
}
.bird-blue-grey {
color: #7e90a0;
}
.chopsticks {
color: #e0d1b8;
}
.mystic-tulip {
color: #f5b6a3;
}
/* CSS Variables */
:root {
--dancing-mist:#bfc9d9;
--suds:#a6b2c5;
--bird-blue-grey:#7e90a0;
--chopsticks:#e0d1b8;
--mystic-tulip:#f5b6a3;
}