Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.beaded-blue {
color: #494c92;
}
.blue-intrigue {
color: #7b7f9d;
}
.berry-frapp {
color: #b09fc6;
}
.lavender-savor {
color: #f1e0ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--beaded-blue:#494c92;
--blue-intrigue:#7b7f9d;
--berry-frapp:#b09fc6;
--lavender-savor:#f1e0ff;
}