Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.nauseous-blue {
color: #4a3c8b;
}
.sumire-violet {
color: #785b9f;
}
.lobby-lilac {
color: #a87db5;
}
.blackberry-yogurt {
color: #e1b6e7;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--nauseous-blue:#4a3c8b;
--sumire-violet:#785b9f;
--lobby-lilac:#a87db5;
--blackberry-yogurt:#e1b6e7;
}