Lavender Rose Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Rose Shades palette
Lavender Rose Shades color palette CSS
/* CSS */
.color-1 {
color: #fba2e3;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d7a3d1;
}
.color-4 {
color: #c78fc3;
}
.color-5 {
color: #b57daf;
}
/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #eab8e4;
--color-3: #d7a3d1;
--color-4: #c78fc3;
--color-5: #b57daf;
}
Lavender Rose Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #eab8e4, #d7a3d1, #c78fc3, #b57daf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #eab8e4, #d7a3d1, #c78fc3, #b57daf);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Lavender Rose Shades color palette created on .