Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1e2a6b;
}
.nightly-silhouette {
color: #4f5c92;
}
.madam-butterfly {
color: #7ea6c8;
}
.blue-bubble {
color: #a5d6e9;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--after-work-blue:#1e2a6b;
--nightly-silhouette:#4f5c92;
--madam-butterfly:#7ea6c8;
--blue-bubble:#a5d6e9;
--dr-white:#fafafa;
}