Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c8;
}
.ineffable-magenta {
color: #d18fcf;
}
.soft-purple {
color: #a86eb9;
}
.purple-corallite {
color: #5c4d8f;
}
.raven-night {
color: #3c3f68;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c8;
--ineffable-magenta:#d18fcf;
--soft-purple:#a86eb9;
--purple-corallite:#5c4d8f;
--raven-night:#3c3f68;
}