Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blue-gem {
color: #493e8e;
}
.wintertime-mauve {
color: #7e68a6;
}
.cherished {
color: #b79ab3;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blue-gem:#493e8e;
--wintertime-mauve:#7e68a6;
--cherished:#b79ab3;
--chantilly:#eab8c9;
}