Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cyprus-green {
color: #699b8a;
}
.seachange {
color: #3e8e98;
}
.insignia {
color: #2b4d9c;
}
.taylor {
color: #5d5c7a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cyprus-green:#699b8a;
--seachange:#3e8e98;
--insignia:#2b4d9c;
--taylor:#5d5c7a;
}