Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.little-league {
color: #6c9d8e;
}
.refresh {
color: #a1d4c3;
}
.yellow-jasmine {
color: #efeaae;
}
.coppersmith {
color: #d98a3f;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--little-league:#6c9d8e;
--refresh:#a1d4c3;
--yellow-jasmine:#efeaae;
--coppersmith:#d98a3f;
}