Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2b4b73;
}
.heritage-blue {
color: #4e95b7;
}
.horizon-haze {
color: #7dc3e8;
}
.bellini-fizz {
color: #f6c78e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-tang:#2b4b73;
--heritage-blue:#4e95b7;
--horizon-haze:#7dc3e8;
--bellini-fizz:#f6c78e;
--grapefruit-pulp:#ff6e61;
}