Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1d1f5d;
}
.liberty {
color: #4b4c9b;
}
.persian-jewel {
color: #697eba;
}
.sea-cliff {
color: #a3c3e0;
}
.tranquil-eve {
color: #ebe7f3;
}
/* CSS Variables */
:root {
--spacescape:#1d1f5d;
--liberty:#4b4c9b;
--persian-jewel:#697eba;
--sea-cliff:#a3c3e0;
--tranquil-eve:#ebe7f3;
}