Color names in this palette
CSS code for this palette
/* CSS */
.dark-dreams {
color: #35256a;
}
.lucid-dream {
color: #5b2c90;
}
.fuchsia-blue {
color: #7f5fbf;
}
.lavender-blossom {
color: #a87cda;
}
.medium-lavender-magenta {
color: #d8a3f5;
}
/* CSS Variables */
:root {
--dark-dreams:#35256a;
--lucid-dream:#5b2c90;
--fuchsia-blue:#7f5fbf;
--lavender-blossom:#a87cda;
--medium-lavender-magenta:#d8a3f5;
}