Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.nautical-creatures {
color: #2a5f7e;
}
.georgian-revival-blue {
color: #5b8f9f;
}
.raindrop {
color: #a0c3c5;
}
.bone-white {
color: #f2e1b1;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--nautical-creatures:#2a5f7e;
--georgian-revival-blue:#5b8f9f;
--raindrop:#a0c3c5;
--bone-white:#f2e1b1;
}