Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.coral-silk {
color: #f1a17e;
}
.cactus-blooms {
color: #f6c69d;
}
.natural-youth {
color: #dae4b4;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--coral-silk:#f1a17e;
--cactus-blooms:#f6c69d;
--natural-youth:#dae4b4;
--eerie-glow:#a7d7b8;
}