Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.deep-azure {
color: #3c5a80;
}
.charter {
color: #6bb1d1;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--deep-azure:#3c5a80;
--charter:#6bb1d1;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}