Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chai-latte {
color: #f9c89f;
}
.spanish-cream {
color: #fce3c0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-power {
color: #d83b3b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chai-latte:#f9c89f;
--spanish-cream:#fce3c0;
--grapefruit-pulp:#ff6e61;
--red-power:#d83b3b;
}