Deep Purple Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Purple Dreams palette

Share this palette to:

Deep Purple Dreams color palette CSS

/* CSS */
.color-1 {
color: #5c2b88;
}
.color-2 {
color: #c994cc;
}
.color-3 {
color: #98f6ca;
}
.color-4 {
color: #fffbeb;
}
.color-5 {
color: #242424;
}

/* CSS Variables */
:root {
--color-1: #5c2b88;
--color-2: #c994cc;
--color-3: #98f6ca;
--color-4: #fffbeb;
--color-5: #242424;
}

Deep Purple Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2b88, #c994cc, #98f6ca, #fffbeb, #242424);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2b88, #c994cc, #98f6ca, #fffbeb, #242424);
}

Deep Purple Dreams color palette created on .