Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.hint-of-violet {
color: #d0d6e1;
}
.high-style {
color: #a7b4d7;
}
.light-cyan {
color: #e0ffff;
}
.nun-orchid {
color: #f6f6ea;
}
/* CSS Variables */
:root {
--white:#ffffff;
--hint-of-violet:#d0d6e1;
--high-style:#a7b4d7;
--light-cyan:#e0ffff;
--nun-orchid:#f6f6ea;
}