Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.purple-corallite {
color: #5c4f8c;
}
.purple-pride {
color: #a076b7;
}
.blackberry-yogurt {
color: #e4b4e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--purple-corallite:#5c4f8c;
--purple-pride:#a076b7;
--blackberry-yogurt:#e4b4e0;
--grapefruit-pulp:#ff6e61;
}