Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c1d1;
}
.pink-fit {
color: #f6a7b0;
}
.out-of-fashion {
color: #f26e91;
}
.mulberry-yogurt {
color: #c8518c;
}
.byzantium {
color: #7a2a5f;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c1d1;
--pink-fit:#f6a7b0;
--out-of-fashion:#f26e91;
--mulberry-yogurt:#c8518c;
--byzantium:#7a2a5f;
}