Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f0c1cf;
}
.pink-fit {
color: #f6a7af;
}
.ikkonzome-pink {
color: #f28c90;
}
.usubeni-red {
color: #f06a6a;
}
.re-entry {
color: #e2464e;
}
/* CSS Variables */
:root {
--pink-chintz:#f0c1cf;
--pink-fit:#f6a7af;
--ikkonzome-pink:#f28c90;
--usubeni-red:#f06a6a;
--re-entry:#e2464e;
}