Color names in this palette
CSS code for this palette
/* CSS */
.pizza {
color: #c28d3d;
}
.plantain-chips {
color: #d5a84d;
}
.sunday-afternoon {
color: #f6c479;
}
.noodles {
color: #f9e3b4;
}
.underclover {
color: #3e8e4d;
}
/* CSS Variables */
:root {
--pizza:#c28d3d;
--plantain-chips:#d5a84d;
--sunday-afternoon:#f6c479;
--noodles:#f9e3b4;
--underclover:#3e8e4d;
}