Color names in this palette
CSS code for this palette
/* CSS */
.lavender-veil {
color: #dab9d1;
}
.prom-corsage {
color: #e4c5e7;
}
.blush-tint {
color: #f5e0e6;
}
.riviera-rose {
color: #f7b1a6;
}
.fruit-red {
color: #f78a69;
}
/* CSS Variables */
:root {
--lavender-veil:#dab9d1;
--prom-corsage:#e4c5e7;
--blush-tint:#f5e0e6;
--riviera-rose:#f7b1a6;
--fruit-red:#f78a69;
}