Color names in this palette
CSS code for this palette
/* CSS */
.crowberry-blue {
color: #023446;
}
.rusty-orange {
color: #c9580d;
}
.egyptian-gold {
color: #f0a44c;
}
.chaat-masala {
color: #e97d2f;
}
.durotar-fire {
color: #f15d27;
}
/* CSS Variables */
:root {
--crowberry-blue:#023446;
--rusty-orange:#c9580d;
--egyptian-gold:#f0a44c;
--chaat-masala:#e97d2f;
--durotar-fire:#f15d27;
}