Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.purple-cabbage {
color: #3f3ba0;
}
.clear-mauve {
color: #726eb4;
}
.sorbet-ice-mauve {
color: #a3a5e0;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--purple-cabbage:#3f3ba0;
--clear-mauve:#726eb4;
--sorbet-ice-mauve:#a3a5e0;
--foundation-white:#f0f0ff;
}