Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.boat-house {
color: #4a8cbf;
}
.horizon-haze {
color: #7ec1e2;
}
.maximum-yellow-red {
color: #f1b74b;
}
.flint-corn-red {
color: #d9623a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--boat-house:#4a8cbf;
--horizon-haze:#7ec1e2;
--maximum-yellow-red:#f1b74b;
--flint-corn-red:#d9623a;
}