Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.canter-peach {
color: #f7d4bb;
}
.rhodonite {
color: #f2b1c4;
}
.parfait {
color: #c6a69f;
}
.texas-ranger-brown {
color: #9f512d;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--canter-peach:#f7d4bb;
--rhodonite:#f2b1c4;
--parfait:#c6a69f;
--texas-ranger-brown:#9f512d;
}