Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.sandy-brown {
color: #f3a15e;
}
.citrus-blast {
color: #e27b3c;
}
.obstinate-orange {
color: #d65d29;
}
.hamburger {
color: #a74d2a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--sandy-brown:#f3a15e;
--citrus-blast:#e27b3c;
--obstinate-orange:#d65d29;
--hamburger:#a74d2a;
}