Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-shade {
color: #7e2a2e;
}
.sweet-cherry {
color: #a04b4e;
}
.abbey-pink {
color: #c86f6a;
}
.rose-beige {
color: #e3c9c4;
}
.distant-horizon {
color: #f1f7f9;
}
/* CSS Variables */
:root {
--scarlet-shade:#7e2a2e;
--sweet-cherry:#a04b4e;
--abbey-pink:#c86f6a;
--rose-beige:#e3c9c4;
--distant-horizon:#f1f7f9;
}