Dreamy Gradient Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Gradient palette

Share this palette to:

Dreamy Gradient color palette CSS

/* CSS */
.color-1 {
color: #201c8d;
}
.color-2 {
color: #5a4fcf;
}
.color-3 {
color: #906fd8;
}
.color-4 {
color: #d6a3eb;
}
.color-5 {
color: #f1b1e7;
}

/* CSS Variables */
:root {
--color-1: #201c8d;
--color-2: #5a4fcf;
--color-3: #906fd8;
--color-4: #d6a3eb;
--color-5: #f1b1e7;
}

Dreamy Gradient background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201c8d, #5a4fcf, #906fd8, #d6a3eb, #f1b1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201c8d, #5a4fcf, #906fd8, #d6a3eb, #f1b1e7);
}

Dreamy Gradient color palette created on .