Color names in this palette
CSS code for this palette
/* CSS */
.ivy-wreath {
color: #6e8c7b;
}
.belize-green {
color: #b8c4b5;
}
.light-cipollino {
color: #d4dad2;
}
.calico-rose {
color: #e4c1b4;
}
.canyon-clay {
color: #c97c6e;
}
/* CSS Variables */
:root {
--ivy-wreath:#6e8c7b;
--belize-green:#b8c4b5;
--light-cipollino:#d4dad2;
--calico-rose:#e4c1b4;
--canyon-clay:#c97c6e;
}