Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamscape palette

Share this palette to:

Dreamscape color palette PNG image

Download dreamscape color palette PNG image (landscape)
Download dreamscape color palette PNG image (square)

Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #a45fbf;
}
.color-2 {
color: #ed7c26;
}
.color-3 {
color: #f6c34c;
}
.color-4 {
color: #6ed3f2;
}
.color-5 {
color: #6d509b;
}

/* CSS Variables */
:root {
--color-1: #a45fbf;
--color-2: #ed7c26;
--color-3: #f6c34c;
--color-4: #6ed3f2;
--color-5: #6d509b;
}

Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45fbf, #ed7c26, #f6c34c, #6ed3f2, #6d509b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45fbf, #ed7c26, #f6c34c, #6ed3f2, #6d509b);
}

Dreamscape color palette created on .