Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4b3f9d;
}
.clear-mauve {
color: #7c66b2;
}
.angel-food-cake {
color: #daa24e;
}
.childhood-crush {
color: #e26a6a;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4b3f9d;
--clear-mauve:#7c66b2;
--angel-food-cake:#daa24e;
--childhood-crush:#e26a6a;
}