Color names in this palette
CSS code for this palette
/* CSS */
.walnut-cream {
color: #f6d7b1;
}
.fresh-peaches {
color: #f8b98b;
}
.rozowy-pink {
color: #f6a7b8;
}
.little-baby-girl {
color: #f7b6d3;
}
.bone-white {
color: #f1e1b1;
}
/* CSS Variables */
:root {
--walnut-cream:#f6d7b1;
--fresh-peaches:#f8b98b;
--rozowy-pink:#f6a7b8;
--little-baby-girl:#f7b6d3;
--bone-white:#f1e1b1;
}