Color names in this palette
CSS code for this palette
/* CSS */
.rhododendron {
color: #7c2d3f;
}
.splatter {
color: #a95b6c;
}
.juicy-peach {
color: #d68f8f;
}
.silver-strawberry {
color: #f0c1c1;
}
.deep-chestnut {
color: #b94b4b;
}
/* CSS Variables */
:root {
--rhododendron:#7c2d3f;
--splatter:#a95b6c;
--juicy-peach:#d68f8f;
--silver-strawberry:#f0c1c1;
--deep-chestnut:#b94b4b;
}