Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.brass-mesh {
color: #e2a946;
}
.fuel-yellow {
color: #d58f34;
}
.ochre {
color: #c8701e;
}
.bloodhound {
color: #b7550b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--brass-mesh:#e2a946;
--fuel-yellow:#d58f34;
--ochre:#c8701e;
--bloodhound:#b7550b;
}