Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4e3c8b;
}
.just-a-fairytale {
color: #6c5c99;
}
.unimaginable {
color: #8f80bc;
}
.teclis-blue {
color: #a3b7e0;
}
.snowdrift-glow {
color: #d5e3f1;
}
/* CSS Variables */
:root {
--blue-gem:#4e3c8b;
--just-a-fairytale:#6c5c99;
--unimaginable:#8f80bc;
--teclis-blue:#a3b7e0;
--snowdrift-glow:#d5e3f1;
}