Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4a3e98;
}
.true-v {
color: #8b6ec4;
}
.spring-wisteria {
color: #d4a3e0;
}
.aquarelle-lilac {
color: #f3c7ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4a3e98;
--true-v:#8b6ec4;
--spring-wisteria:#d4a3e0;
--aquarelle-lilac:#f3c7ff;
}