Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.revel-blue {
color: #4a698c;
}
.bayshore-blue {
color: #8ea4b8;
}
.light-sea-cliff {
color: #b5d1e8;
}
.majestic-treasures {
color: #f2e6a1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--revel-blue:#4a698c;
--bayshore-blue:#8ea4b8;
--light-sea-cliff:#b5d1e8;
--majestic-treasures:#f2e6a1;
}