Color names in this palette
CSS code for this palette
/* CSS */
.cavern-pink {
color: #e2b9b1;
}
.cinnamon-cocoa {
color: #d1a79f;
}
.calliope {
color: #c69b8b;
}
.windswept-leaves {
color: #b68f6d;
}
.spiced-honey {
color: #a5815f;
}
/* CSS Variables */
:root {
--cavern-pink:#e2b9b1;
--cinnamon-cocoa:#d1a79f;
--calliope:#c69b8b;
--windswept-leaves:#b68f6d;
--spiced-honey:#a5815f;
}