Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f9bfb4;
}
.stone-fruit {
color: #f2a78c;
}
.colorado-peach {
color: #e39b4f;
}
.bitter-orange {
color: #d57d2a;
}
.sun-kissed-brick {
color: #b85c3d;
}
/* CSS Variables */
:root {
--rustique:#f9bfb4;
--stone-fruit:#f2a78c;
--colorado-peach:#e39b4f;
--bitter-orange:#d57d2a;
--sun-kissed-brick:#b85c3d;
}