Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.ocean-call {
color: #2e6a8e;
}
.heritage-blue {
color: #4e94b7;
}
.deluxe-days {
color: #89c4e6;
}
.maybe-maui {
color: #f6d58e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--ocean-call:#2e6a8e;
--heritage-blue:#4e94b7;
--deluxe-days:#89c4e6;
--maybe-maui:#f6d58e;
}