Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3d6c;
}
.bitter-violet {
color: #8b6b9e;
}
.purple-prophet {
color: #b99acb;
}
.rosy-nectar {
color: #f4c3e4;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--meteorite:#4b3d6c;
--bitter-violet:#8b6b9e;
--purple-prophet:#b99acb;
--rosy-nectar:#f4c3e4;
--n-rang-orange:#ff8052;
}