Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.zenith {
color: #497b9c;
}
.riverside-blue {
color: #6fb1c3;
}
.alaskan-wind {
color: #b9e1e9;
}
.citrus-sachet {
color: #f5c7a8;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--zenith:#497b9c;
--riverside-blue:#6fb1c3;
--alaskan-wind:#b9e1e9;
--citrus-sachet:#f5c7a8;
}