Color names in this palette
CSS code for this palette
/* CSS */
.purple-hepatica {
color: #d2a8ff;
}
.shy-moment {
color: #b59eff;
}
.cobalite {
color: #9d8aff;
}
.blackthorn-berry {
color: #7c6bff;
}
.shady-neon-blue {
color: #5b4dff;
}
/* CSS Variables */
:root {
--purple-hepatica:#d2a8ff;
--shy-moment:#b59eff;
--cobalite:#9d8aff;
--blackthorn-berry:#7c6bff;
--shady-neon-blue:#5b4dff;
}