Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-corn {
color: #f2d4b5;
}
.tuscan-soil {
color: #a67a59;
}
.kokiake-brown {
color: #7d3c3b;
}
.opal-waters {
color: #b1c5d2;
}
.stucco-wall {
color: #f3b29b;
}
/* CSS Variables */
:root {
--cheddar-corn:#f2d4b5;
--tuscan-soil:#a67a59;
--kokiake-brown:#7d3c3b;
--opal-waters:#b1c5d2;
--stucco-wall:#f3b29b;
}