Color names in this palette
CSS code for this palette
/* CSS */
.reddish {
color: #c3453c;
}
.valencia {
color: #d45c4e;
}
.peony-pink {
color: #e38a7d;
}
.first-date {
color: #f1b3a2;
}
.light-pink-tone {
color: #f9d7da;
}
/* CSS Variables */
:root {
--reddish:#c3453c;
--valencia:#d45c4e;
--peony-pink:#e38a7d;
--first-date:#f1b3a2;
--light-pink-tone:#f9d7da;
}