Color names in this palette
CSS code for this palette
/* CSS */
.texas-heatwave {
color: #a64c3a;
}
.hematitic-sand {
color: #d98c59;
}
.go-bananas {
color: #f4ca4e;
}
.fashion-green {
color: #b3d46e;
}
.blue-eyed-boy {
color: #8dbce2;
}
/* CSS Variables */
:root {
--texas-heatwave:#a64c3a;
--hematitic-sand:#d98c59;
--go-bananas:#f4ca4e;
--fashion-green:#b3d46e;
--blue-eyed-boy:#8dbce2;
}