Color names in this palette
CSS code for this palette
/* CSS */
.arts-crafts-gold {
color: #f9c58b;
}
.sunset-peach {
color: #f7a67e;
}
.cherry-brandy {
color: #e56c80;
}
.violet-femmes {
color: #a86b9d;
}
.cerulean-frost {
color: #6c9bc1;
}
/* CSS Variables */
:root {
--arts-crafts-gold:#f9c58b;
--sunset-peach:#f7a67e;
--cherry-brandy:#e56c80;
--violet-femmes:#a86b9d;
--cerulean-frost:#6c9bc1;
}