Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f8b530;
}
.balinese-sunset {
color: #f19f79;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e6694c;
}
.rose-turkish-delight {
color: #da4e78;
}
/* CSS Variables */
:root {
--nyc-taxi:#f8b530;
--balinese-sunset:#f19f79;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e6694c;
--rose-turkish-delight:#da4e78;
}