Lavinia Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavinia Rose palette
Lavinia Rose color palette PNG image
Lavinia Rose color palette CSS
/* CSS */
.color-1 {
color: #dd97dc;
}
.color-2 {
color: #ecacdc;
}
.color-3 {
color: #eab8e0;
}
.color-4 {
color: #e5aedf;
}
.color-5 {
color: #d684db;
}
/* CSS Variables */
:root {
--color-1: #dd97dc;
--color-2: #ecacdc;
--color-3: #eab8e0;
--color-4: #e5aedf;
--color-5: #d684db;
}
Lavinia Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd97dc, #ecacdc, #eab8e0, #e5aedf, #d684db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd97dc, #ecacdc, #eab8e0, #e5aedf, #d684db);
}
Similar color palettes
Lavinia Rose color palette created on .