Color names in this palette
CSS code for this palette
/* CSS */
.blue-tint {
color: #a1d6d9;
}
.stirring-orange {
color: #f5b261;
}
.hot-orange {
color: #f38a39;
}
.orangeville {
color: #e86e5e;
}
.magenta-violet {
color: #6b4f8c;
}
/* CSS Variables */
:root {
--blue-tint:#a1d6d9;
--stirring-orange:#f5b261;
--hot-orange:#f38a39;
--orangeville:#e86e5e;
--magenta-violet:#6b4f8c;
}