Color names in this palette
CSS code for this palette
/* CSS */
.winter-amethyst {
color: #b3a8c2;
}
.pueblo-sand {
color: #e5c4a4;
}
.pearled-couscous {
color: #f1e9d5;
}
.peach-whip {
color: #d7b5b2;
}
.glacier-blue {
color: #a8c2c2;
}
/* CSS Variables */
:root {
--winter-amethyst:#b3a8c2;
--pueblo-sand:#e5c4a4;
--pearled-couscous:#f1e9d5;
--peach-whip:#d7b5b2;
--glacier-blue:#a8c2c2;
}