Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.dark-blue {
color: #2f5c7f;
}
.azure-blue {
color: #4b8dc3;
}
.horizon-haze {
color: #7fc4e6;
}
.pearl-yellow {
color: #f2e3ba;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--dark-blue:#2f5c7f;
--azure-blue:#4b8dc3;
--horizon-haze:#7fc4e6;
--pearl-yellow:#f2e3ba;
}