Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4a3c90;
}
.royal-lavender {
color: #7e59ab;
}
.gorgeous-hydrangea {
color: #a58fcc;
}
.light-mulberry {
color: #d3cae3;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4a3c90;
--royal-lavender:#7e59ab;
--gorgeous-hydrangea:#a58fcc;
--light-mulberry:#d3cae3;
}