Color names in this palette
CSS code for this palette
/* CSS */
.wasabi-peanut {
color: #b6c59b;
}
.toasted-coconut {
color: #e8c1a1;
}
.wisley-pink {
color: #f2a79c;
}
.wet-pottery-clay {
color: #e07b6c;
}
.flowering-raspberry {
color: #a27192;
}
/* CSS Variables */
:root {
--wasabi-peanut:#b6c59b;
--toasted-coconut:#e8c1a1;
--wisley-pink:#f2a79c;
--wet-pottery-clay:#e07b6c;
--flowering-raspberry:#a27192;
}