Color names in this palette
CSS code for this palette
/* CSS */
.cinnamon-stone {
color: #c8583c;
}
.silithus-brown {
color: #d77c60;
}
.coral-dust {
color: #ebaa89;
}
.apricot-gelato {
color: #f7d6b1;
}
.stable-hay {
color: #f8dfbf;
}
/* CSS Variables */
:root {
--cinnamon-stone:#c8583c;
--silithus-brown:#d77c60;
--coral-dust:#ebaa89;
--apricot-gelato:#f7d6b1;
--stable-hay:#f8dfbf;
}