Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e3b3e5;
}
.favorite-lavender {
color: #d5a4d2;
}
.island-light {
color: #a9c7ea;
}
.porcellana {
color: #ffc1a8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e3b3e5;
--favorite-lavender:#d5a4d2;
--island-light:#a9c7ea;
--porcellana:#ffc1a8;
--grapefruit-pulp:#ff6e61;
}