Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.secret-affair {
color: #c51162;
}
.french-plum {
color: #860e4e;
}
.sorx-red {
color: #f50056;
}
.mandarin-jelly {
color: #ff8800;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--secret-affair:#c51162;
--french-plum:#860e4e;
--sorx-red:#f50056;
--mandarin-jelly:#ff8800;
}