Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.star-sapphire {
color: #3b699b;
}
.charter {
color: #6cb4d0;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--star-sapphire:#3b699b;
--charter:#6cb4d0;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}