Color names in this palette
CSS code for this palette
/* CSS */
.chateau-de-chillon {
color: #a2a7b4;
}
.hint-of-violet {
color: #d1d6e0;
}
.spring-lilac {
color: #b1b4c8;
}
.flannel-pajamas {
color: #8b8e9c;
}
.mysterious-night {
color: #5c5f70;
}
/* CSS Variables */
:root {
--chateau-de-chillon:#a2a7b4;
--hint-of-violet:#d1d6e0;
--spring-lilac:#b1b4c8;
--flannel-pajamas:#8b8e9c;
--mysterious-night:#5c5f70;
}