Color names in this palette
CSS code for this palette
/* CSS */
.tracery {
color: #d9b7a0;
}
.mohair-mauve {
color: #c1a59f;
}
.silverware {
color: #bab7c2;
}
.pink-scallop {
color: #f2e1d4;
}
.shady-character {
color: #4c4c4d;
}
/* CSS Variables */
:root {
--tracery:#d9b7a0;
--mohair-mauve:#c1a59f;
--silverware:#bab7c2;
--pink-scallop:#f2e1d4;
--shady-character:#4c4c4d;
}