Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.liberty {
color: #4b4ba0;
}
.twilight-twinkle {
color: #7f7fc7;
}
.wondrous-wisteria {
color: #a6a6f2;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--liberty:#4b4ba0;
--twilight-twinkle:#7f7fc7;
--wondrous-wisteria:#a6a6f2;
--foundation-white:#f0f0ff;
}