Dreamy Lavender Skies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Lavender Skies palette

Share this palette to:

Dreamy Lavender Skies color palette CSS

/* CSS */
.color-1 {
color: #a8c8ff;
}
.color-2 {
color: #bfa3ff;
}
.color-3 {
color: #d881fd;
}
.color-4 {
color: #e7a2e5;
}
.color-5 {
color: #f5c7e6;
}

/* CSS Variables */
:root {
--color-1: #a8c8ff;
--color-2: #bfa3ff;
--color-3: #d881fd;
--color-4: #e7a2e5;
--color-5: #f5c7e6;
}

Dreamy Lavender Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8ff, #bfa3ff, #d881fd, #e7a2e5, #f5c7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8ff, #bfa3ff, #d881fd, #e7a2e5, #f5c7e6);
}

Dreamy Lavender Skies color palette created on .