Color names in this palette
CSS code for this palette
/* CSS */
.rocking-chair {
color: #691b38;
}
.kirsch-red {
color: #9c4956;
}
.calliope {
color: #c89b8d;
}
.apple-bob {
color: #d1e59e;
}
.rambling-green {
color: #59804d;
}
/* CSS Variables */
:root {
--rocking-chair:#691b38;
--kirsch-red:#9c4956;
--calliope:#c89b8d;
--apple-bob:#d1e59e;
--rambling-green:#59804d;
}