Color names in this palette
CSS code for this palette
/* CSS */
.sweet-apricot {
color: #fac1a3;
}
.peach-velour {
color: #f8b58b;
}
.copper-river {
color: #f7a26e;
}
.troll-slayer-orange {
color: #f4a14e;
}
.citrus-blast {
color: #e0793e;
}
/* CSS Variables */
:root {
--sweet-apricot:#fac1a3;
--peach-velour:#f8b58b;
--copper-river:#f7a26e;
--troll-slayer-orange:#f4a14e;
--citrus-blast:#e0793e;
}