Lavinia Rose Color Palette
Discover the beautiful Lavinia Rose color palette featuring light orchid (#de98dd), kobi (#ebabdb), light orchid (#eab9e0), light orchid (#e5afe0) and lavender (#d584db).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Lavinia Rose palette
💻 Lavinia Rose color palette CSS
/* CSS */
.color-1 {
color: #de98dd;
}
.color-2 {
color: #ebabdb;
}
.color-3 {
color: #eab9e0;
}
.color-4 {
color: #e5afe0;
}
.color-5 {
color: #d584db;
}
/* CSS Variables */
:root {
--color-1: #de98dd;
--color-2: #ebabdb;
--color-3: #eab9e0;
--color-4: #e5afe0;
--color-5: #d584db;
} 🌈 Lavinia Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #de98dd, #ebabdb, #eab9e0, #e5afe0, #d584db);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #de98dd, #ebabdb, #eab9e0, #e5afe0, #d584db);
} 🔗 Explore similar color palettes
Lavinia Rose color palette created on .