Purple Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Dreamscape palette

Share this palette to:

Purple Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #7aa0d1;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #e5b3e0;
}
.color-5 {
color: #d36fbb;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #7aa0d1;
--color-3: #a6c6ed;
--color-4: #e5b3e0;
--color-5: #d36fbb;
}

Purple Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #7aa0d1, #a6c6ed, #e5b3e0, #d36fbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #7aa0d1, #a6c6ed, #e5b3e0, #d36fbb);
}

Purple Dreamscape color palette created on .