Color names in this palette
CSS code for this palette
/* CSS */
.golden-gate-bridge {
color: #c03a30;
}
.stop {
color: #c53c30;
}
.warming-heart {
color: #d84d3b;
}
.mango-margarita {
color: #f8b74f;
}
.shrimp-toast {
color: #f9c29f;
}
/* CSS Variables */
:root {
--golden-gate-bridge:#c03a30;
--stop:#c53c30;
--warming-heart:#d84d3b;
--mango-margarita:#f8b74f;
--shrimp-toast:#f9c29f;
}