Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.indigo-hamlet {
color: #1f4a89;
}
.bateau {
color: #1f6e98;
}
.marine-green {
color: #3ba08e;
}
.glenwood-green {
color: #a4d5b9;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--indigo-hamlet:#1f4a89;
--bateau:#1f6e98;
--marine-green:#3ba08e;
--glenwood-green:#a4d5b9;
}