Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.nautical-creatures {
color: #2a5b7a;
}
.adrift {
color: #4b8c9b;
}
.southern-belle {
color: #a3d7c4;
}
.james-blonde {
color: #f2e3b5;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--nautical-creatures:#2a5b7a;
--adrift:#4b8c9b;
--southern-belle:#a3d7c4;
--james-blonde:#f2e3b5;
}