Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b3c7e6;
}
.water-hyacinth {
color: #a3a1d3;
}
.amethyst-grey {
color: #907fc3;
}
.pure-mauve {
color: #705091;
}
.mystic-nights {
color: #4f2c6d;
}
/* CSS Variables */
:root {
--radar:#b3c7e6;
--water-hyacinth:#a3a1d3;
--amethyst-grey:#907fc3;
--pure-mauve:#705091;
--mystic-nights:#4f2c6d;
}