Dreamy Skies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Skies palette

Share this palette to:

Dreamy Skies color palette CSS

/* CSS */
.color-1 {
color: #d2bbf7;
}
.color-2 {
color: #a9a2d8;
}
.color-3 {
color: #7191d6;
}
.color-4 {
color: #4bbae2;
}
.color-5 {
color: #f1e0ff;
}

/* CSS Variables */
:root {
--color-1: #d2bbf7;
--color-2: #a9a2d8;
--color-3: #7191d6;
--color-4: #4bbae2;
--color-5: #f1e0ff;
}

Dreamy Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2bbf7, #a9a2d8, #7191d6, #4bbae2, #f1e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2bbf7, #a9a2d8, #7191d6, #4bbae2, #f1e0ff);
}

Dreamy Skies color palette created on .