Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.big-sur-blue-jade {
color: #3e6d8e;
}
.dolphin-daze {
color: #61a4b8;
}
.plunging-waterfall {
color: #8ed5e1;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--big-sur-blue-jade:#3e6d8e;
--dolphin-daze:#61a4b8;
--plunging-waterfall:#8ed5e1;
--maximum-yellow-red:#f1b74b;
}