Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.liberty {
color: #4c4c9a;
}
.deep-periwinkle {
color: #7e7ebe;
}
.japanese-fern {
color: #b5b54f;
}
.thai-temple {
color: #e8c22c;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--liberty:#4c4c9a;
--deep-periwinkle:#7e7ebe;
--japanese-fern:#b5b54f;
--thai-temple:#e8c22c;
}