Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.muted-lavender {
color: #3b5997;
}
.empire-blue {
color: #5f91b4;
}
.club-cruise {
color: #89c4e1;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--muted-lavender:#3b5997;
--empire-blue:#5f91b4;
--club-cruise:#89c4e1;
--bright-khaki:#f0e78e;
}