Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.blue-estate {
color: #3a4b82;
}
.nightly-silhouette {
color: #4f5d92;
}
.rushing-river {
color: #60769a;
}
.dark-onyx {
color: #2d2d2f;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--blue-estate:#3a4b82;
--nightly-silhouette:#4f5d92;
--rushing-river:#60769a;
--dark-onyx:#2d2d2f;
}