Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e5b3e2;
}
.hopeful {
color: #f1d5e1;
}
.chai-latte {
color: #f8c8a0;
}
.white-corn {
color: #f0d499;
}
.artemis {
color: #d4a76e;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e5b3e2;
--hopeful:#f1d5e1;
--chai-latte:#f8c8a0;
--white-corn:#f0d499;
--artemis:#d4a76e;
}