Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.midnight-sea {
color: #5a5e8c;
}
.manatee {
color: #8d93a0;
}
.silverado-trail {
color: #b8b8c6;
}
.yellow-diamond {
color: #f5f2d6;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--midnight-sea:#5a5e8c;
--manatee:#8d93a0;
--silverado-trail:#b8b8c6;
--yellow-diamond:#f5f2d6;
}