Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1d1d5d;
}
.liberty {
color: #4b4b95;
}
.moody-blue {
color: #7a7ac2;
}
.purple-illusion {
color: #b2b2f0;
}
.m-white {
color: #f5f5ff;
}
/* CSS Variables */
:root {
--spacescape:#1d1d5d;
--liberty:#4b4b95;
--moody-blue:#7a7ac2;
--purple-illusion:#b2b2f0;
--m-white:#f5f5ff;
}