Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ameixa {
color: #6a5bcd;
}
.medium-sea-green {
color: #3cb472;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--ameixa:#6a5bcd;
--medium-sea-green:#3cb472;
}