Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.orange-pospsicle {
color: #f4a20b;
}
.full-of-life {
color: #da5c2b;
}
.rose-of-sharon {
color: #a84f2e;
}
.strong-envy {
color: #7c2e2d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--orange-pospsicle:#f4a20b;
--full-of-life:#da5c2b;
--rose-of-sharon:#a84f2e;
--strong-envy:#7c2e2d;
}