Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.dive-in {
color: #3f4b88;
}
.regal-azure {
color: #6a75af;
}
.mont-blanc {
color: #a3b6d7;
}
.harbour-afternoon {
color: #e1e8f4;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--dive-in:#3f4b88;
--regal-azure:#6a75af;
--mont-blanc:#a3b6d7;
--harbour-afternoon:#e1e8f4;
}