Color names in this palette
CSS code for this palette
/* CSS */
.guilliman-blue {
color: #6494ed;
}
.broom-butterfly-blue {
color: #6bafd6;
}
.windsor-way {
color: #a2c7e7;
}
.american-yellow {
color: #f5b400;
}
.nyc-taxi {
color: #f5b832;
}
/* CSS Variables */
:root {
--guilliman-blue:#6494ed;
--broom-butterfly-blue:#6bafd6;
--windsor-way:#a2c7e7;
--american-yellow:#f5b400;
--nyc-taxi:#f5b832;
}