Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.summer-day {
color: #e6a865;
}
.vietnamese-lantern {
color: #f1c16f;
}
.venetian-yellow {
color: #f7e6a1;
}
.ice-cream-parlour {
color: #f9d2ae;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--summer-day:#e6a865;
--vietnamese-lantern:#f1c16f;
--venetian-yellow:#f7e6a1;
--ice-cream-parlour:#f9d2ae;
}