Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.amber-glow {
color: #f1993b;
}
.crushed-orange {
color: #e57a2e;
}
.orange-vermillion {
color: #c05439;
}
.strawberry-daiquiri {
color: #9f3c4d;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--amber-glow:#f1993b;
--crushed-orange:#e57a2e;
--orange-vermillion:#c05439;
--strawberry-daiquiri:#9f3c4d;
}