Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.deep-coral {
color: #d97c54;
}
.amber-brew {
color: #d9a663;
}
.california-dreaming {
color: #e1c56b;
}
.blockchain-gold {
color: #e4ba4e;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--deep-coral:#d97c54;
--amber-brew:#d9a663;
--california-dreaming:#e1c56b;
--blockchain-gold:#e4ba4e;
}