Color names in this palette
CSS code for this palette
/* CSS */
.texas-heatwave {
color: #a44d37;
}
.blue-angels-yellow {
color: #fab700;
}
.sun-crete {
color: #ff8c00;
}
.ice-cold-green {
color: #d8eaa9;
}
.blue-mirage {
color: #5d6b7e;
}
/* CSS Variables */
:root {
--texas-heatwave:#a44d37;
--blue-angels-yellow:#fab700;
--sun-crete:#ff8c00;
--ice-cold-green:#d8eaa9;
--blue-mirage:#5d6b7e;
}