Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c4a2;
}
.copper-river {
color: #f7a06e;
}
.blaze {
color: #f68a4c;
}
.goku-orange {
color: #f67d3c;
}
.glazed-carrot {
color: #e96d2f;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c4a2;
--copper-river:#f7a06e;
--blaze:#f68a4c;
--goku-orange:#f67d3c;
--glazed-carrot:#e96d2f;
}