Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.nyc-taxi {
color: #f6b531;
}
.welcoming-wasp {
color: #f0a800;
}
.mustard-yellow {
color: #e0b000;
}
.prehnite-yellow {
color: #d1a400;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--nyc-taxi:#f6b531;
--welcoming-wasp:#f0a800;
--mustard-yellow:#e0b000;
--prehnite-yellow:#d1a400;
}