Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.stone-fruit {
color: #f2a48c;
}
.cumquat-cream {
color: #f09d7f;
}
.middle-red {
color: #e78b6f;
}
.silithus-brown {
color: #d77c60;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--stone-fruit:#f2a48c;
--cumquat-cream:#f09d7f;
--middle-red:#e78b6f;
--silithus-brown:#d77c60;
}