Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-jasper {
color: #794a39;
}
.santa-fe-sunset {
color: #a65d4e;
}
.silithus-brown {
color: #d77c60;
}
.shrimp-toast {
color: #f7c6a1;
}
.peach-umbrella {
color: #f9e7cd;
}
/* CSS Variables */
:root {
--egyptian-jasper:#794a39;
--santa-fe-sunset:#a65d4e;
--silithus-brown:#d77c60;
--shrimp-toast:#f7c6a1;
--peach-umbrella:#f9e7cd;
}