Color names in this palette
CSS code for this palette
/* CSS */
.ballroom-blue {
color: #a7b2c8;
}
.etude-lilac {
color: #d3d1d7;
}
.cream-wave {
color: #e8d9c5;
}
.creamy-mushroom {
color: #c9bcb0;
}
.cappuccino-bombe {
color: #b58c7d;
}
/* CSS Variables */
:root {
--ballroom-blue:#a7b2c8;
--etude-lilac:#d3d1d7;
--cream-wave:#e8d9c5;
--creamy-mushroom:#c9bcb0;
--cappuccino-bombe:#b58c7d;
}