Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.liberty {
color: #494b9c;
}
.deep-periwinkle {
color: #797bbe;
}
.wild-orchid-blue {
color: #b2b5e0;
}
.m-white {
color: #f5f6ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--liberty:#494b9c;
--deep-periwinkle:#797bbe;
--wild-orchid-blue:#b2b5e0;
--m-white:#f5f6ff;
}