Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.frozen-salmon {
color: #ffa98f;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--frozen-salmon:#ffa98f;
--sasquatch-socks:#ff4281;
}