Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.deep-ultramarine {
color: #3d4b99;
}
.gladiola-blue {
color: #5e6bba;
}
.wisteria-blue {
color: #85a4d6;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--deep-ultramarine:#3d4b99;
--gladiola-blue:#5e6bba;
--wisteria-blue:#85a4d6;
--break-the-ice:#b2e0f0;
}