Color names in this palette
CSS code for this palette
/* CSS */
.antique-ruby {
color: #881b2d;
}
.sensuous {
color: #b75c6b;
}
.coral-fountain {
color: #e3a9a5;
}
.apricot-obsession {
color: #f6c3b6;
}
.shell-ginger {
color: #f9e4d7;
}
/* CSS Variables */
:root {
--antique-ruby:#881b2d;
--sensuous:#b75c6b;
--coral-fountain:#e3a9a5;
--apricot-obsession:#f6c3b6;
--shell-ginger:#f9e4d7;
}