Color names in this palette
CSS code for this palette
/* CSS */
.dr-white {
color: #fafafa;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.violet-gems {
color: #c2c2e5;
}
.high-style {
color: #a6b4d8;
}
.purple-hyacinth {
color: #6a8ebe;
}
/* CSS Variables */
:root {
--dr-white:#fafafa;
--extraordinary-abundance-of-tinge:#e6e6e6;
--violet-gems:#c2c2e5;
--high-style:#a6b4d8;
--purple-hyacinth:#6a8ebe;
}