Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5e2c3e;
}
.shine-baby-shine {
color: #a35c6f;
}
.medium-terracotta {
color: #d59d8b;
}
.peach-temptation {
color: #f5c3b2;
}
.bali-sand {
color: #f7e8d4;
}
/* CSS Variables */
:root {
--windsor-wine:#5e2c3e;
--shine-baby-shine:#a35c6f;
--medium-terracotta:#d59d8b;
--peach-temptation:#f5c3b2;
--bali-sand:#f7e8d4;
}