Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.sandy-brown {
color: #f1a65b;
}
.sun {
color: #ed8e3b;
}
.mulberry-thorn {
color: #ca7a2b;
}
.texas-ranger-brown {
color: #a1542b;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--sandy-brown:#f1a65b;
--sun:#ed8e3b;
--mulberry-thorn:#ca7a2b;
--texas-ranger-brown:#a1542b;
}