Enchanted Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Dreams palette

Share this palette to:

Enchanted Dreams color palette CSS

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #ffe5a3;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #3e7b8e;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #f1a7b4;
--color-3: #ffe5a3;
--color-4: #f5c400;
--color-5: #3e7b8e;
}

Enchanted Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #f1a7b4, #ffe5a3, #f5c400, #3e7b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #f1a7b4, #ffe5a3, #f5c400, #3e7b8e);
}

Enchanted Dreams color palette created on .