Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.stillwater {
color: #6fa3b3;
}
.nyc-taxi {
color: #f6b531;
}
.spirit-warrior {
color: #d9513f;
}
.saltwater-depth {
color: #4f8c6c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--stillwater:#6fa3b3;
--nyc-taxi:#f6b531;
--spirit-warrior:#d9513f;
--saltwater-depth:#4f8c6c;
}