Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.autumn-arrival {
color: #f69a6f;
}
.rhodonite {
color: #f1b1c7;
}
.herb-robert {
color: #d7a1e2;
}
.violet-femmes {
color: #a06a9d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--autumn-arrival:#f69a6f;
--rhodonite:#f1b1c7;
--herb-robert:#d7a1e2;
--violet-femmes:#a06a9d;
}