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: #5c4b8b;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #f2c5b5;
}
.color-5 {
color: #5b2a38;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #a77ccb;
--color-3: #f1b74b;
--color-4: #f2c5b5;
--color-5: #5b2a38;
}

Dreamy Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #a77ccb, #f1b74b, #f2c5b5, #5b2a38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #a77ccb, #f1b74b, #f2c5b5, #5b2a38);
}

Similar color palettes

Scroll down to explore 1 Grunge color palette

Dreamy Purple color palette created on .