Color names in this palette
CSS code for this palette
/* CSS */
.walnut-cream {
color: #f6d7b1;
}
.calabrese {
color: #f1a8a2;
}
.melon-mist {
color: #e57b92;
}
.mauve-memento {
color: #a46a9b;
}
.kimberly {
color: #6b5b8b;
}
/* CSS Variables */
:root {
--walnut-cream:#f6d7b1;
--calabrese:#f1a8a2;
--melon-mist:#e57b92;
--mauve-memento:#a46a9b;
--kimberly:#6b5b8b;
}