Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-lilac {
color: #d62e7c;
}
.lucid-dream {
color: #5b2c90;
}
.dazzling-blue {
color: #3d4c9e;
}
.seachange {
color: #3d8c94;
}
.fresh-green {
color: #6cd65c;
}
/* CSS Variables */
:root {
--highlighter-lilac:#d62e7c;
--lucid-dream:#5b2c90;
--dazzling-blue:#3d4c9e;
--seachange:#3d8c94;
--fresh-green:#6cd65c;
}