Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e5a0;
}
.zing {
color: #f9c57b;
}
.florida-sunrise {
color: #f5a770;
}
.potash {
color: #e27d55;
}
.chubby-kiss {
color: #ba364a;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e5a0;
--zing:#f9c57b;
--florida-sunrise:#f5a770;
--potash:#e27d55;
--chubby-kiss:#ba364a;
}