Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1d2d44;
}
.sea-of-galilee {
color: #496a92;
}
.juvie {
color: #89b7d1;
}
.everblooming {
color: #f1c6b6;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--yankees-blue:#1d2d44;
--sea-of-galilee:#496a92;
--juvie:#89b7d1;
--everblooming:#f1c6b6;
--orange-gluttony:#e77e23;
}