Color names in this palette
CSS code for this palette
/* CSS */
.theatre-powder-rose {
color: #e4d3d3;
}
.grey-rose {
color: #c7b3b3;
}
.nobel {
color: #a99e9e;
}
.renwick-heather {
color: #8d7c7c;
}
.poetry-plum {
color: #6f5d5d;
}
/* CSS Variables */
:root {
--theatre-powder-rose:#e4d3d3;
--grey-rose:#c7b3b3;
--nobel:#a99e9e;
--renwick-heather:#8d7c7c;
--poetry-plum:#6f5d5d;
}