Color names in this palette
CSS code for this palette
/* CSS */
.rosewater {
color: #e1c7c1;
}
.ballerina-tears {
color: #f4bab3;
}
.enjoyable-yellow {
color: #f4d7a9;
}
.bone-white {
color: #f1e1b1;
}
.pretty-petunia {
color: #d5b3e0;
}
/* CSS Variables */
:root {
--rosewater:#e1c7c1;
--ballerina-tears:#f4bab3;
--enjoyable-yellow:#f4d7a9;
--bone-white:#f1e1b1;
--pretty-petunia:#d5b3e0;
}