Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e5a0;
}
.salmon-eggs {
color: #f9d55d;
}
.yellow-groove {
color: #f9b92f;
}
.burning-trail {
color: #f19c1e;
}
.dulce-de-leche {
color: #d6871f;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e5a0;
--salmon-eggs:#f9d55d;
--yellow-groove:#f9b92f;
--burning-trail:#f19c1e;
--dulce-de-leche:#d6871f;
}