Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.blue-gem {
color: #4c3d8f;
}
.wisteria-purple {
color: #8c5c99;
}
.rhubarb-gin {
color: #d7a8c1;
}
.ballerina-tears {
color: #f0b8b2;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--blue-gem:#4c3d8f;
--wisteria-purple:#8c5c99;
--rhubarb-gin:#d7a8c1;
--ballerina-tears:#f0b8b2;
}