Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e3a1;
}
.salmon-eggs {
color: #f9d55d;
}
.creamy-sweet-corn {
color: #f9c34e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.bittersweet {
color: #f9a04e;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e3a1;
--salmon-eggs:#f9d55d;
--creamy-sweet-corn:#f9c34e;
--salted-caramel-popcorn:#f9b14e;
--bittersweet:#f9a04e;
}