Plum Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Plum Dreamscape palette

Share this palette to:

Plum Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #d49fdf;
}
.color-4 {
color: #f0c1e1;
}
.color-5 {
color: #f8e2f5;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #a77ccb;
--color-3: #d49fdf;
--color-4: #f0c1e1;
--color-5: #f8e2f5;
}

Plum Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #a77ccb, #d49fdf, #f0c1e1, #f8e2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #a77ccb, #d49fdf, #f0c1e1, #f8e2f5);
}

Plum Dreamscape color palette created on .