Dreamy Sky Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Sky Whispers palette

Share this palette to:

Dreamy Sky Whispers color palette PNG image

Download dreamy sky whispers color palette PNG image (landscape)
Download dreamy sky whispers color palette PNG image (square)

Dreamy Sky Whispers color palette CSS

/* CSS */
.color-1 {
color: #dbdbff;
}
.color-2 {
color: #b3b3ff;
}
.color-3 {
color: #f0f0ff;
}
.color-4 {
color: #c7c7ff;
}
.color-5 {
color: #dbf0ff;
}

/* CSS Variables */
:root {
--color-1: #dbdbff;
--color-2: #b3b3ff;
--color-3: #f0f0ff;
--color-4: #c7c7ff;
--color-5: #dbf0ff;
}

Dreamy Sky Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbff, #b3b3ff, #f0f0ff, #c7c7ff, #dbf0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbff, #b3b3ff, #f0f0ff, #c7c7ff, #dbf0ff);
}

Dreamy Sky Whispers color palette created on .