Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.liberty {
color: #4b4ea0;
}
.kickstart-purple {
color: #7c7dcb;
}
.ace {
color: #c9cae9;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--liberty:#4b4ea0;
--kickstart-purple:#7c7dcb;
--ace:#c9cae9;
--foundation-white:#f0f0ff;
}