Celestial Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Lavender Dreams palette
Celestial Lavender Dreams color palette PNG image
Celestial Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #d6c8df;
}
.color-2 {
color: #b7a0ca;
}
.color-3 {
color: #9f8bb1;
}
.color-4 {
color: #7b6f9f;
}
.color-5 {
color: #594a78;
}
/* CSS Variables */
:root {
--color-1: #d6c8df;
--color-2: #b7a0ca;
--color-3: #9f8bb1;
--color-4: #7b6f9f;
--color-5: #594a78;
}
Celestial Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c8df, #b7a0ca, #9f8bb1, #7b6f9f, #594a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c8df, #b7a0ca, #9f8bb1, #7b6f9f, #594a78);
}
Similar color palettes
Celestial Lavender Dreams color palette created on .