Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.ungor-beige {
color: #d8a869;
}
.tropical-moss {
color: #d3c178;
}
.reed {
color: #c1d7a3;
}
.blue-dam {
color: #a5c6d5;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--ungor-beige:#d8a869;
--tropical-moss:#d3c178;
--reed:#c1d7a3;
--blue-dam:#a5c6d5;
}