Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c8a2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sun-orange {
color: #f47b1f;
}
.untamed-orange {
color: #d95a30;
}
.wilted-brown {
color: #a94d3d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c8a2;
--apricot-glazed-chicken:#f5a524;
--sun-orange:#f47b1f;
--untamed-orange:#d95a30;
--wilted-brown:#a94d3d;
}