Color names in this palette
CSS code for this palette
/* CSS */
.banana-yogurt {
color: #f9e8b4;
}
.puff-pastry-yellow {
color: #fbcf89;
}
.blaze {
color: #f78c4a;
}
.plastic-carrot {
color: #f55f24;
}
.reddish {
color: #c1433e;
}
/* CSS Variables */
:root {
--banana-yogurt:#f9e8b4;
--puff-pastry-yellow:#fbcf89;
--blaze:#f78c4a;
--plastic-carrot:#f55f24;
--reddish:#c1433e;
}