Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.ballerina-tears {
color: #f4bab3;
}
.butterfly-wing {
color: #f8d2b4;
}
.peachade {
color: #f9e1c8;
}
.sheer-peach {
color: #fef7e7;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--ballerina-tears:#f4bab3;
--butterfly-wing:#f8d2b4;
--peachade:#f9e1c8;
--sheer-peach:#fef7e7;
}