Color names in this palette
CSS code for this palette
/* CSS */
.antique-ruby {
color: #8d1c30;
}
.iridescent-red {
color: #c84c5c;
}
.ruddy-pink {
color: #e08f9c;
}
.purple-thorn {
color: #f0b7c2;
}
.chinaberry-bloom {
color: #d5c3d0;
}
/* CSS Variables */
:root {
--antique-ruby:#8d1c30;
--iridescent-red:#c84c5c;
--ruddy-pink:#e08f9c;
--purple-thorn:#f0b7c2;
--chinaberry-bloom:#d5c3d0;
}