Color names in this palette
CSS code for this palette
/* CSS */
.antique-ruby {
color: #8b1d2e;
}
.pomegranate-red {
color: #b43c46;
}
.purehearted {
color: #e86971;
}
.shetland-pony {
color: #d4a18c;
}
.escalante {
color: #a35c5c;
}
/* CSS Variables */
:root {
--antique-ruby:#8b1d2e;
--pomegranate-red:#b43c46;
--purehearted:#e86971;
--shetland-pony:#d4a18c;
--escalante:#a35c5c;
}