Color names in this palette
CSS code for this palette
/* CSS */
.heisenberg-blue {
color: #6fd0f6;
}
.north-wind {
color: #4cc0c8;
}
.stamp-pad-green {
color: #2ca58d;
}
.la-palma {
color: #4b8d2a;
}
.nyc-taxi {
color: #f6b531;
}
/* CSS Variables */
:root {
--heisenberg-blue:#6fd0f6;
--north-wind:#4cc0c8;
--stamp-pad-green:#2ca58d;
--la-palma:#4b8d2a;
--nyc-taxi:#f6b531;
}