Color names in this palette
CSS code for this palette
/* CSS */
.cheviot {
color: #f7f3e8;
}
.marvelous-magic {
color: #e1c7d6;
}
.heart-to-heart {
color: #d5a5c4;
}
.pearly-purple {
color: #b76c9a;
}
.dynamic-magenta {
color: #8c4f7d;
}
/* CSS Variables */
:root {
--cheviot:#f7f3e8;
--marvelous-magic:#e1c7d6;
--heart-to-heart:#d5a5c4;
--pearly-purple:#b76c9a;
--dynamic-magenta:#8c4f7d;
}