Color names in this palette
CSS code for this palette
/* CSS */
.blood-orange {
color: #d60019;
}
.war-paint-red {
color: #d95b20;
}
.dried-goldenrod {
color: #e2a62c;
}
.banana-drama {
color: #f2d64a;
}
.unbleached {
color: #fafaf5;
}
/* CSS Variables */
:root {
--blood-orange:#d60019;
--war-paint-red:#d95b20;
--dried-goldenrod:#e2a62c;
--banana-drama:#f2d64a;
--unbleached:#fafaf5;
}