Stormy Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stormy Lavender Dreams palette
Stormy Lavender Dreams color palette PNG image
Stormy Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #6b5b8b;
}
.color-2 {
color: #9a79af;
}
.color-3 {
color: #d6c3e9;
}
.color-4 {
color: #f3e5f5;
}
.color-5 {
color: #f1c1e6;
}
/* CSS Variables */
:root {
--color-1: #6b5b8b;
--color-2: #9a79af;
--color-3: #d6c3e9;
--color-4: #f3e5f5;
--color-5: #f1c1e6;
}
Stormy Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5b8b, #9a79af, #d6c3e9, #f3e5f5, #f1c1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5b8b, #9a79af, #d6c3e9, #f3e5f5, #f1c1e6);
}
Similar color palettes
Stormy Lavender Dreams color palette created on .