Color names in this palette
CSS code for this palette
/* CSS */
.texas-heatwave {
color: #a64c3a;
}
.autumn-glimmer {
color: #e78c4b;
}
.overjoy {
color: #f1c15b;
}
.tactile {
color: #d4e8c9;
}
.cossack-dancer {
color: #4d8ca3;
}
/* CSS Variables */
:root {
--texas-heatwave:#a64c3a;
--autumn-glimmer:#e78c4b;
--overjoy:#f1c15b;
--tactile:#d4e8c9;
--cossack-dancer:#4d8ca3;
}