Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d77a2d;
}
.sandy-brown {
color: #f1a65f;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.scallion {
color: #698e25;
}
.arcala-green {
color: #3e6a44;
}
/* CSS Variables */
:root {
--bitter-orange:#d77a2d;
--sandy-brown:#f1a65f;
--antique-wicker-basket:#f3d2a0;
--scallion:#698e25;
--arcala-green:#3e6a44;
}