Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.china-pattern {
color: #3d5d7b;
}
.estuary-blue {
color: #6fa5b8;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--china-pattern:#3d5d7b;
--estuary-blue:#6fa5b8;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}