Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c62f39;
}
.carrot {
color: #f86a3f;
}
.westfall-yellow {
color: #f9d44e;
}
.range-land {
color: #6bbf4f;
}
.berry-pie {
color: #4e6e8d;
}
/* CSS Variables */
:root {
--etruscan-red:#c62f39;
--carrot:#f86a3f;
--westfall-yellow:#f9d44e;
--range-land:#6bbf4f;
--berry-pie:#4e6e8d;
}