Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.lambent-lagoon {
color: #3c5b90;
}
.endless-river {
color: #5a7baf;
}
.club-cruise {
color: #88c4e2;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--lambent-lagoon:#3c5b90;
--endless-river:#5a7baf;
--club-cruise:#88c4e2;
--optimistic-yellow:#f4e1a4;
}