Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.deep-ultramarine {
color: #3e4b8e;
}
.persian-jewel {
color: #6b7bbd;
}
.sweet-dreams {
color: #9cc3e7;
}
.boxwood-yellow {
color: #efe5a4;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--deep-ultramarine:#3e4b8e;
--persian-jewel:#6b7bbd;
--sweet-dreams:#9cc3e7;
--boxwood-yellow:#efe5a4;
}