Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e3a1;
}
.solaria {
color: #f6d78e;
}
.cornsilk-yellow {
color: #f4c76c;
}
.goldsmith {
color: #f1b44b;
}
.gilded-leaves {
color: #e8a03b;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e3a1;
--solaria:#f6d78e;
--cornsilk-yellow:#f4c76c;
--goldsmith:#f1b44b;
--gilded-leaves:#e8a03b;
}