Majestic Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Majestic Lavender Dreams palette
Majestic Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #e2a6d4;
}
.color-2 {
color: #ebc7e2;
}
.color-3 {
color: #f6d5e4;
}
.color-4 {
color: #f5c2ca;
}
.color-5 {
color: #f18ea5;
}
/* CSS Variables */
:root {
--color-1: #e2a6d4;
--color-2: #ebc7e2;
--color-3: #f6d5e4;
--color-4: #f5c2ca;
--color-5: #f18ea5;
}
Majestic Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a6d4, #ebc7e2, #f6d5e4, #f5c2ca, #f18ea5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a6d4, #ebc7e2, #f6d5e4, #f5c2ca, #f18ea5);
}
Similar color palettes
Scroll down to explore 1 Pink color palette
Majestic Lavender Dreams color palette created on .