Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.sailor-s-bay {
color: #4b7091;
}
.grant-village {
color: #6d8fb0;
}
.newman-s-eye {
color: #b2c9e1;
}
.fruity-licious {
color: #f39191;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--sailor-s-bay:#4b7091;
--grant-village:#6d8fb0;
--newman-s-eye:#b2c9e1;
--fruity-licious:#f39191;
}