Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #292a6a;
}
.galaxy-express {
color: #404a9c;
}
.persian-jewel {
color: #6e7bb9;
}
.awesome-violet {
color: #a7b1d3;
}
.cheerful-whisper {
color: #d4d7e8;
}
/* CSS Variables */
:root {
--after-work-blue:#292a6a;
--galaxy-express:#404a9c;
--persian-jewel:#6e7bb9;
--awesome-violet:#a7b1d3;
--cheerful-whisper:#d4d7e8;
}