Color names in this palette
CSS code for this palette
/* CSS */
.silken-raspberry {
color: #a67d8e;
}
.stormy-pink {
color: #e4b5af;
}
.banana-ice-cream {
color: #f2d3b1;
}
.subtle-sunshine {
color: #e2d89c;
}
.seacrest {
color: #b4c8a3;
}
/* CSS Variables */
:root {
--silken-raspberry:#a67d8e;
--stormy-pink:#e4b5af;
--banana-ice-cream:#f2d3b1;
--subtle-sunshine:#e2d89c;
--seacrest:#b4c8a3;
}