Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.fuchsia-nebula {
color: #791ea4;
}
.lucid-dream {
color: #5b2b91;
}
.gorgonzola-blue {
color: #4b4fce;
}
.malm-ff {
color: #a8d4ff;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--fuchsia-nebula:#791ea4;
--lucid-dream:#5b2b91;
--gorgonzola-blue:#4b4fce;
--malm-ff:#a8d4ff;
}