Lavender Rose Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Rose Garden palette
Lavender Rose Garden color palette CSS
/* CSS */
.color-1 {
color: #fba2e3;
}
.color-2 {
color: #e279b4;
}
.color-3 {
color: #d39cc8;
}
.color-4 {
color: #b59fdf;
}
.color-5 {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #e279b4;
--color-3: #d39cc8;
--color-4: #b59fdf;
--color-5: #a2c7e7;
}
Lavender Rose Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #e279b4, #d39cc8, #b59fdf, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #e279b4, #d39cc8, #b59fdf, #a2c7e7);
}
Similar color palettes
Lavender Rose Garden color palette created on .