Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.liberty {
color: #4c4c94;
}
.ontario-violet {
color: #7b7bb2;
}
.water-hyacinth {
color: #a3a3d2;
}
.early-dog-violet {
color: #d3d3e9;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--liberty:#4c4c94;
--ontario-violet:#7b7bb2;
--water-hyacinth:#a3a3d2;
--early-dog-violet:#d3d3e9;
}