Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #d1492e;
}
.sohi-red {
color: #e4593a;
}
.sizzling-sunset {
color: #ef7e4d;
}
.copper-river {
color: #f5a06b;
}
.australian-apricot {
color: #f5c5a3;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#d1492e;
--sohi-red:#e4593a;
--sizzling-sunset:#ef7e4d;
--copper-river:#f5a06b;
--australian-apricot:#f5c5a3;
}