Color names in this palette
CSS code for this palette
/* CSS */
.prom-corsage {
color: #e2bfe8;
}
.island-light {
color: #a6c6ed;
}
.soft-butter {
color: #f5e2b8;
}
.cactus-blooms {
color: #f5c79e;
}
.sweet-60 {
color: #f2a1b0;
}
/* CSS Variables */
:root {
--prom-corsage:#e2bfe8;
--island-light:#a6c6ed;
--soft-butter:#f5e2b8;
--cactus-blooms:#f5c79e;
--sweet-60:#f2a1b0;
}