Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4b3c9f;
}
.fuchsia-blue {
color: #7f5fbf;
}
.pale-purple {
color: #b28ccf;
}
.scented-spring {
color: #f2d4f2;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4b3c9f;
--fuchsia-blue:#7f5fbf;
--pale-purple:#b28ccf;
--scented-spring:#f2d4f2;
}