Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.liberty {
color: #4f4f9c;
}
.ontario-violet {
color: #7d7db0;
}
.berry-boost {
color: #b9508f;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--liberty:#4f4f9c;
--ontario-violet:#7d7db0;
--berry-boost:#b9508f;
--welcoming-wasp:#f0a800;
}