Color names in this palette
CSS code for this palette
/* CSS */
.gusto-gold {
color: #f9a91f;
}
.saffron-gold {
color: #f08c00;
}
.orange-danger {
color: #e05e00;
}
.cinnamon-stone {
color: #c85937;
}
.plum-dust {
color: #a54a8f;
}
/* CSS Variables */
:root {
--gusto-gold:#f9a91f;
--saffron-gold:#f08c00;
--orange-danger:#e05e00;
--cinnamon-stone:#c85937;
--plum-dust:#a54a8f;
}