Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f5c67a;
}
.ninjin-orange {
color: #e4a66c;
}
.persian-orange {
color: #d78f5b;
}
.spice-route {
color: #c57049;
}
.wilted-brown {
color: #aa4a3c;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f5c67a;
--ninjin-orange:#e4a66c;
--persian-orange:#d78f5b;
--spice-route:#c57049;
--wilted-brown:#aa4a3c;
}