Color names in this palette
CSS code for this palette
/* CSS */
.winter-amethyst {
color: #b1a7c3;
}
.chinaberry-bloom {
color: #d5c3d3;
}
.double-cream {
color: #f1d7a2;
}
.ibis {
color: #f5b2c1;
}
.i-love-you-pink {
color: #d97d8c;
}
/* CSS Variables */
:root {
--winter-amethyst:#b1a7c3;
--chinaberry-bloom:#d5c3d3;
--double-cream:#f1d7a2;
--ibis:#f5b2c1;
--i-love-you-pink:#d97d8c;
}