Color names in this palette
CSS code for this palette
/* CSS */
.mexican-red {
color: #9a3c3c;
}
.hazed-nuts {
color: #c59d6d;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.tropic-turquoise {
color: #6bb3a0;
}
.blue-oyster-cult {
color: #4b7bec;
}
/* CSS Variables */
:root {
--mexican-red:#9a3c3c;
--hazed-nuts:#c59d6d;
--antique-wicker-basket:#f1d3a2;
--tropic-turquoise:#6bb3a0;
--blue-oyster-cult:#4b7bec;
}