Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #296e8e;
}
.oasis-spring {
color: #4aa8c4;
}
.bright-yarrow {
color: #f9d16c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#296e8e;
--oasis-spring:#4aa8c4;
--bright-yarrow:#f9d16c;
--grapefruit-pulp:#ff6e61;
}