Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.anna-banana {
color: #f8d249;
}
.golden-snitch {
color: #f3e249;
}
.clean-pool {
color: #4dc8f5;
}
.valley-of-glaciers {
color: #2a7b98;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--anna-banana:#f8d249;
--golden-snitch:#f3e249;
--clean-pool:#4dc8f5;
--valley-of-glaciers:#2a7b98;
}