Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #a44d2d;
}
.sunset-drive {
color: #e8bba1;
}
.terra-sol {
color: #e6b77a;
}
.orange-chocolate {
color: #f5c875;
}
.dandelion-tea {
color: #f6e8c1;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#a44d2d;
--sunset-drive:#e8bba1;
--terra-sol:#e6b77a;
--orange-chocolate:#f5c875;
--dandelion-tea:#f6e8c1;
}