Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4a3c90;
}
.venus-violet {
color: #7a6bb8;
}
.evening-slipper {
color: #a89cc4;
}
.stillwater-lake {
color: #c3d1df;
}
.husky {
color: #e0e8ff;
}
/* CSS Variables */
:root {
--blue-gem:#4a3c90;
--venus-violet:#7a6bb8;
--evening-slipper:#a89cc4;
--stillwater-lake:#c3d1df;
--husky:#e0e8ff;
}