Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.coral-silk {
color: #f2a67d;
}
.tangerine-flake {
color: #e77b5a;
}
.fireglow {
color: #d55f3f;
}
.autumn-robin {
color: #c1402f;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--coral-silk:#f2a67d;
--tangerine-flake:#e77b5a;
--fireglow:#d55f3f;
--autumn-robin:#c1402f;
}