Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zenith {
color: #497b9c;
}
.meadow-blossom-blue {
color: #7db2d4;
}
.pieces-of-eight {
color: #ffb13d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zenith:#497b9c;
--meadow-blossom-blue:#7db2d4;
--pieces-of-eight:#ffb13d;
--grapefruit-pulp:#ff6e61;
}