Color names in this palette
CSS code for this palette
/* CSS */
.light-sage {
color: #b4b1a2;
}
.baby-barn-owl {
color: #c2c2b7;
}
.particular-mint {
color: #d1d3c5;
}
.creamy-white {
color: #f0e8d6;
}
.apricot-obsession {
color: #f6c2b6;
}
/* CSS Variables */
:root {
--light-sage:#b4b1a2;
--baby-barn-owl:#c2c2b7;
--particular-mint:#d1d3c5;
--creamy-white:#f0e8d6;
--apricot-obsession:#f6c2b6;
}