Color names in this palette
CSS code for this palette
/* CSS */
.sunset-gold {
color: #f5c161;
}
.doughnut {
color: #f09e56;
}
.dusty-orange {
color: #e6704c;
}
.vampire-red {
color: #d63f2e;
}
.cardinal-s-cassock {
color: #b22e1f;
}
/* CSS Variables */
:root {
--sunset-gold:#f5c161;
--doughnut:#f09e56;
--dusty-orange:#e6704c;
--vampire-red:#d63f2e;
--cardinal-s-cassock:#b22e1f;
}