Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.muted-lavender {
color: #3d5a99;
}
.blue-persia {
color: #5a8faf;
}
.blue-bows {
color: #a5c1d5;
}
.diamond-white {
color: #e0f3f5;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--muted-lavender:#3d5a99;
--blue-persia:#5a8faf;
--blue-bows:#a5c1d5;
--diamond-white:#e0f3f5;
}