Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.liberty {
color: #4b4c9b;
}
.hyacinth-mauve {
color: #6f729f;
}
.angela-bay {
color: #a6c3e2;
}
.vanilla-pudding {
color: #f3e16d;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--liberty:#4b4c9b;
--hyacinth-mauve:#6f729f;
--angela-bay:#a6c3e2;
--vanilla-pudding:#f3e16d;
}