Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.beaded-blue {
color: #4b4c91;
}
.deep-periwinkle {
color: #7c7fbb;
}
.sorbet-ice-mauve {
color: #a3a5d7;
}
.soap {
color: #c7c7f0;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--beaded-blue:#4b4c91;
--deep-periwinkle:#7c7fbb;
--sorbet-ice-mauve:#a3a5d7;
--soap:#c7c7f0;
}