Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e7b;
}
.liberty {
color: #4f4f9c;
}
.soft-blue-lavender {
color: #8585bc;
}
.prehnite-yellow {
color: #d1a400;
}
.salsa-haba-ero {
color: #e65000;
}
/* CSS Variables */
:root {
--snorlax:#1e1e7b;
--liberty:#4f4f9c;
--soft-blue-lavender:#8585bc;
--prehnite-yellow:#d1a400;
--salsa-haba-ero:#e65000;
}