Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-pie {
color: #601f2c;
}
.raspberry-patch {
color: #a14f68;
}
.can-can {
color: #d08a9c;
}
.cavern-pink {
color: #e2b9b1;
}
.jasmine-flower {
color: #f5e8e0;
}
/* CSS Variables */
:root {
--blackberry-pie:#601f2c;
--raspberry-patch:#a14f68;
--can-can:#d08a9c;
--cavern-pink:#e2b9b1;
--jasmine-flower:#f5e8e0;
}