Color names in this palette
CSS code for this palette
/* CSS */
.muddy-brown {
color: #89690b;
}
.sharp-lime {
color: #bfb02b;
}
.cotton-candy-grape {
color: #dac54e;
}
.sandy {
color: #f2d77d;
}
.noodles {
color: #f9e5b4;
}
/* CSS Variables */
:root {
--muddy-brown:#89690b;
--sharp-lime:#bfb02b;
--cotton-candy-grape:#dac54e;
--sandy:#f2d77d;
--noodles:#f9e5b4;
}