Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d7c8e4;
}
.may-mist {
color: #a5a2c8;
}
.persian-jewel {
color: #6e7bb9;
}
.lambent-lagoon {
color: #3c5b90;
}
.seafarer {
color: #1e4e6b;
}
/* CSS Variables */
:root {
--purity:#d7c8e4;
--may-mist:#a5a2c8;
--persian-jewel:#6e7bb9;
--lambent-lagoon:#3c5b90;
--seafarer:#1e4e6b;
}