Color names in this palette
CSS code for this palette
/* CSS */
.lavender-veil {
color: #dab9d3;
}
.prom-corsage {
color: #e9c3e6;
}
.samantha-s-room {
color: #f1d5e7;
}
.shrimp-toast {
color: #f6c5a2;
}
.stucco-wall {
color: #f3b29b;
}
/* CSS Variables */
:root {
--lavender-veil:#dab9d3;
--prom-corsage:#e9c3e6;
--samantha-s-room:#f1d5e7;
--shrimp-toast:#f6c5a2;
--stucco-wall:#f3b29b;
}