Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.nyc-taxi {
color: #f6b831;
}
.rubber-ducky {
color: #f8d059;
}
.sweet-corn {
color: #f9e176;
}
.storm-lightning {
color: #f9e89f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--nyc-taxi:#f6b831;
--rubber-ducky:#f8d059;
--sweet-corn:#f9e176;
--storm-lightning:#f9e89f;
}