Enchanted Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Dreamscape palette

Share this palette to:

Enchanted Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #45187c;
}
.color-2 {
color: #5a2d76;
}
.color-3 {
color: #793e66;
}
.color-4 {
color: #a27444;
}
.color-5 {
color: #ba8721;
}

/* CSS Variables */
:root {
--color-1: #45187c;
--color-2: #5a2d76;
--color-3: #793e66;
--color-4: #a27444;
--color-5: #ba8721;
}

Enchanted Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45187c, #5a2d76, #793e66, #a27444, #ba8721);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45187c, #5a2d76, #793e66, #a27444, #ba8721);
}

Similar color palettes

Enchanted Dreamscape color palette created on .