Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.beaded-blue {
color: #494d92;
}
.roseine-plum {
color: #7b7ea7;
}
.ariel-s-delight {
color: #b1a4d6;
}
.foggy-love {
color: #d7c3e9;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--beaded-blue:#494d92;
--roseine-plum:#7b7ea7;
--ariel-s-delight:#b1a4d6;
--foggy-love:#d7c3e9;
}