Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.sailor-s-bay {
color: #4a6d8c;
}
.periwinkle-dusk {
color: #8b9eb1;
}
.drenched-rain {
color: #c1d3e2;
}
.french-vanilla {
color: #f0dfa8;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--sailor-s-bay:#4a6d8c;
--periwinkle-dusk:#8b9eb1;
--drenched-rain:#c1d3e2;
--french-vanilla:#f0dfa8;
}