Color names in this palette
CSS code for this palette
/* CSS */
.ending-navy-blue {
color: #1c2d5e;
}
.dive-in {
color: #3d4c8a;
}
.moonshade {
color: #5b6d9f;
}
.velvet-robe {
color: #8c9acf;
}
.spanish-yellow {
color: #f2b10d;
}
/* CSS Variables */
:root {
--ending-navy-blue:#1c2d5e;
--dive-in:#3d4c8a;
--moonshade:#5b6d9f;
--velvet-robe:#8c9acf;
--spanish-yellow:#f2b10d;
}