Color names in this palette
CSS code for this palette
/* CSS */
.throat {
color: #2c1c3f;
}
.naggaroth-night {
color: #3d3055;
}
.evening-lavender {
color: #4e436b;
}
.garden-aroma {
color: #9a6a8d;
}
.darling-clementine {
color: #d69f7a;
}
/* CSS Variables */
:root {
--throat:#2c1c3f;
--naggaroth-night:#3d3055;
--evening-lavender:#4e436b;
--garden-aroma:#9a6a8d;
--darling-clementine:#d69f7a;
}