Color names in this palette
CSS code for this palette
/* CSS */
.high-reflective-white {
color: #f8f5f1;
}
.tinted-rosewood {
color: #e4c8d2;
}
.rhubarb-gin {
color: #d7a7c2;
}
.je-t-aime {
color: #b76c99;
}
.dynamo {
color: #9a3c66;
}
/* CSS Variables */
:root {
--high-reflective-white:#f8f5f1;
--tinted-rosewood:#e4c8d2;
--rhubarb-gin:#d7a7c2;
--je-t-aime:#b76c99;
--dynamo:#9a3c66;
}