Color names in this palette
CSS code for this palette
/* CSS */
.baby-breath {
color: #f0d1b2;
}
.natural-silk-grey {
color: #d2c7c1;
}
.green-mist {
color: #c0c299;
}
.lover-s-hideaway {
color: #d0c8b3;
}
.sugar-rush-peach-pepper {
color: #d0b69a;
}
/* CSS Variables */
:root {
--baby-breath:#f0d1b2;
--natural-silk-grey:#d2c7c1;
--green-mist:#c0c299;
--lover-s-hideaway:#d0c8b3;
--sugar-rush-peach-pepper:#d0b69a;
}