Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.autumn-wind {
color: #f9d2b4;
}
.cheater {
color: #f1b05f;
}
.jurassic-gold {
color: #e8a34f;
}
.silithus-brown {
color: #d87b5f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--autumn-wind:#f9d2b4;
--cheater:#f1b05f;
--jurassic-gold:#e8a34f;
--silithus-brown:#d87b5f;
}