Color names in this palette
CSS code for this palette
/* CSS */
.vodka {
color: #bfbff3;
}
.monastic {
color: #a7a7d2;
}
.crystal-falls {
color: #e2e2f3;
}
.thirsty-thursday {
color: #6d6d9c;
}
.skipper-blue {
color: #4e4e79;
}
/* CSS Variables */
:root {
--vodka:#bfbff3;
--monastic:#a7a7d2;
--crystal-falls:#e2e2f3;
--thirsty-thursday:#6d6d9c;
--skipper-blue:#4e4e79;
}