Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #4f3f92;
}
.fuchsia-blue {
color: #8859c9;
}
.moss-stone {
color: #b7a34e;
}
.smooch-rouge {
color: #d6384b;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#4f3f92;
--fuchsia-blue:#8859c9;
--moss-stone:#b7a34e;
--smooch-rouge:#d6384b;
}