Color names in this palette
CSS code for this palette
/* CSS */
.ending-navy-blue {
color: #1c2d5e;
}
.antilles-blue {
color: #3b5b8c;
}
.adrift {
color: #4b8c9b;
}
.mintage {
color: #76c1b0;
}
.james-blonde {
color: #f2e3b5;
}
/* CSS Variables */
:root {
--ending-navy-blue:#1c2d5e;
--antilles-blue:#3b5b8c;
--adrift:#4b8c9b;
--mintage:#76c1b0;
--james-blonde:#f2e3b5;
}