Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f7e8b6;
}
.dusty-boots {
color: #f3c391;
}
.sandy-brown {
color: #f1a65f;
}
.coral-orange {
color: #e46849;
}
.rusty-chainmail {
color: #c94a4f;
}
/* CSS Variables */
:root {
--tamale-maize:#f7e8b6;
--dusty-boots:#f3c391;
--sandy-brown:#f1a65f;
--coral-orange:#e46849;
--rusty-chainmail:#c94a4f;
}