Color names in this palette
CSS code for this palette
/* CSS */
.blue-marguerite {
color: #5f5fb4;
}
.adora {
color: #8b8bd5;
}
.maximum-blue-purple {
color: #a9a9e0;
}
.vodka {
color: #c1c1f0;
}
.lavender-mist {
color: #e5e5ff;
}
/* CSS Variables */
:root {
--blue-marguerite:#5f5fb4;
--adora:#8b8bd5;
--maximum-blue-purple:#a9a9e0;
--vodka:#c1c1f0;
--lavender-mist:#e5e5ff;
}