Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4b3f92;
}
.wind-star {
color: #6979b5;
}
.purple-cheeks {
color: #b67ca3;
}
.ride-off-into-the-sunset {
color: #f2d05f;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4b3f92;
--wind-star:#6979b5;
--purple-cheeks:#b67ca3;
--ride-off-into-the-sunset:#f2d05f;
}