Dreamy Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Purple palette

Share this palette to:

Dreamy Purple color palette CSS

/* CSS */
.color-1 {
color: #dfc8f4;
}
.color-2 {
color: #d1a6e2;
}
.color-3 {
color: #b68cd9;
}
.color-4 {
color: #a4c4df;
}
.color-5 {
color: #9ad0c9;
}

/* CSS Variables */
:root {
--color-1: #dfc8f4;
--color-2: #d1a6e2;
--color-3: #b68cd9;
--color-4: #a4c4df;
--color-5: #9ad0c9;
}

Dreamy Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc8f4, #d1a6e2, #b68cd9, #a4c4df, #9ad0c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc8f4, #d1a6e2, #b68cd9, #a4c4df, #9ad0c9);
}

Dreamy Purple color palette created on .