Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.nauseous-blue {
color: #4b3d85;
}
.emperor-jewel {
color: #6f5c8a;
}
.divine {
color: #9b7c9c;
}
.pretty-petunia {
color: #d2b8e0;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--nauseous-blue:#4b3d85;
--emperor-jewel:#6f5c8a;
--divine:#9b7c9c;
--pretty-petunia:#d2b8e0;
}