Whispers of Lavender Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Lavender Dreams palette

Share this palette to:

Whispers of Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #fefbfe;
}
.color-2 {
color: #f2defc;
}
.color-3 {
color: #b7a1d3;
}
.color-4 {
color: #8584b8;
}
.color-5 {
color: #5d5289;
}

/* CSS Variables */
:root {
--color-1: #fefbfe;
--color-2: #f2defc;
--color-3: #b7a1d3;
--color-4: #8584b8;
--color-5: #5d5289;
}

Whispers of Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefbfe, #f2defc, #b7a1d3, #8584b8, #5d5289);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefbfe, #f2defc, #b7a1d3, #8584b8, #5d5289);
}

Similar color palettes

Scroll down to explore 1 Light pink color palette

Whispers of Lavender Dreams color palette created on .