Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e1a1;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.orange-pospsicle {
color: #f2a60d;
}
.dulce-de-leche {
color: #d78a1d;
}
.thai-curry {
color: #b9701d;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e1a1;
--creamy-sweet-corn:#f6c54c;
--orange-pospsicle:#f2a60d;
--dulce-de-leche:#d78a1d;
--thai-curry:#b9701d;
}