Color names in this palette
CSS code for this palette
/* CSS */
.celestial-coral {
color: #d93f4f;
}
.sun-orange {
color: #f47b1f;
}
.nyc-taxi {
color: #f6b531;
}
.dynamic-green {
color: #a8dd36;
}
.high-blue {
color: #4ab3e8;
}
/* CSS Variables */
:root {
--celestial-coral:#d93f4f;
--sun-orange:#f47b1f;
--nyc-taxi:#f6b531;
--dynamic-green:#a8dd36;
--high-blue:#4ab3e8;
}