Purple Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Dream palette

Share this palette to:

Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #6a3d8f;
}
.color-2 {
color: #8d6dab;
}
.color-3 {
color: #c49adb;
}
.color-4 {
color: #f9c8e6;
}
.color-5 {
color: #fbd3a2;
}

/* CSS Variables */
:root {
--color-1: #6a3d8f;
--color-2: #8d6dab;
--color-3: #c49adb;
--color-4: #f9c8e6;
--color-5: #fbd3a2;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3d8f, #8d6dab, #c49adb, #f9c8e6, #fbd3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3d8f, #8d6dab, #c49adb, #f9c8e6, #fbd3a2);
}

Purple Dream color palette created on .