Color names in this palette
CSS code for this palette
/* CSS */
.mustard-seed {
color: #c3a02c;
}
.luxurious {
color: #d6b85c;
}
.soft-straw {
color: #f2d37d;
}
.tangerine-flake {
color: #e67c5c;
}
.orange-vermillion {
color: #c05239;
}
/* CSS Variables */
:root {
--mustard-seed:#c3a02c;
--luxurious:#d6b85c;
--soft-straw:#f2d37d;
--tangerine-flake:#e67c5c;
--orange-vermillion:#c05239;
}