Color names in this palette
CSS code for this palette
/* CSS */
.persian-plum {
color: #691b1b;
}
.edocha {
color: #a73b2a;
}
.art-house-pink {
color: #c56d6d;
}
.chewing-gum {
color: #e4afaf;
}
.ballet {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--persian-plum:#691b1b;
--edocha:#a73b2a;
--art-house-pink:#c56d6d;
--chewing-gum:#e4afaf;
--ballet:#f8d3d3;
}