Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.carriage-yellow {
color: #ffb957;
}
.equatorial {
color: #ffce85;
}
.sweet-serenade {
color: #ffc7d5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--carriage-yellow:#ffb957;
--equatorial:#ffce85;
--sweet-serenade:#ffc7d5;
--grapefruit-pulp:#ff6e61;
}