Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.muted-lavender {
color: #3d5a99;
}
.surgical {
color: #5da1c0;
}
.blue-frosting {
color: #89d1c2;
}
.eugenia {
color: #f2e7d4;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--muted-lavender:#3d5a99;
--surgical:#5da1c0;
--blue-frosting:#89d1c2;
--eugenia:#f2e7d4;
}