Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.blood-burst {
color: #ff4d4f;
}
.buckram-binding {
color: #d9c3a6;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--blood-burst:#ff4d4f;
--buckram-binding:#d9c3a6;
--semi-sweet-chocolate:#6a4125;
}