Ethereal Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Dreamscape palette

Share this palette to:

Ethereal Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #7d5aaa;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f7d0a1;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #7d5aaa;
--color-2: #a77ccb;
--color-3: #f7d0a1;
--color-4: #f0a800;
--color-5: #ff6e61;
}

Ethereal Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d5aaa, #a77ccb, #f7d0a1, #f0a800, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d5aaa, #a77ccb, #f7d0a1, #f0a800, #ff6e61);
}

Ethereal Dreamscape color palette created on .