Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2b6991;
}
.explorer-blue {
color: #57a3b2;
}
.bay {
color: #b2e0d4;
}
.sun-drenched {
color: #ffe5a3;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2b6991;
--explorer-blue:#57a3b2;
--bay:#b2e0d4;
--sun-drenched:#ffe5a3;
}