Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7a1f3d;
}
.t-natiuh-red {
color: #d13d58;
}
.o-brien-orange {
color: #f6a446;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.rainy-lake {
color: #3c6b8b;
}
/* CSS Variables */
:root {
--brown-magenta:#7a1f3d;
--t-natiuh-red:#d13d58;
--o-brien-orange:#f6a446;
--antique-wicker-basket:#f2d4a1;
--rainy-lake:#3c6b8b;
}