Color names in this palette
CSS code for this palette
/* CSS */
.nasturtium-flower {
color: #e94f1c;
}
.nyc-taxi {
color: #f6b531;
}
.glitter-yellow {
color: #f9d75d;
}
.majorca-blue {
color: #4c9a97;
}
.skipper-blue {
color: #4b4e77;
}
/* CSS Variables */
:root {
--nasturtium-flower:#e94f1c;
--nyc-taxi:#f6b531;
--glitter-yellow:#f9d75d;
--majorca-blue:#4c9a97;
--skipper-blue:#4b4e77;
}