Color names in this palette
CSS code for this palette
/* CSS */
.sandy-brown {
color: #efa65d;
}
.yellow-sea {
color: #f3a039;
}
.hot-orange {
color: #f68d3c;
}
.sweet-mandarin {
color: #d1583d;
}
.heath-spotted-orchid {
color: #a15e9b;
}
/* CSS Variables */
:root {
--sandy-brown:#efa65d;
--yellow-sea:#f3a039;
--hot-orange:#f68d3c;
--sweet-mandarin:#d1583d;
--heath-spotted-orchid:#a15e9b;
}