All Palettes

Color Palette #f7b1a1, #ff8b6b, #ff613d, #ff3c2e, #d53d30

0%
0%
0%

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;
}

More palettes to explore