Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.salmon-orange {
color: #ff8b6b;
}
.halloween {
color: #ff613d;
}
.red-orange {
color: #ff3c2e;
}
.red-clown {
color: #d53d30;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--salmon-orange:#ff8b6b;
--halloween:#ff613d;
--red-orange:#ff3c2e;
--red-clown:#d53d30;
}