Loading...

Enchanted Veil Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Veil palette

Share this palette to:

Download Enchanted Veil Color Palette (PNG)

Download enchanted veil color palette PNG image (landscape)
Download enchanted veil color palette PNG image (square)

Enchanted Veil color palette CSS

/* CSS */
.color-1 {
color: #e8c4e6;
}
.color-2 {
color: #d5bed4;
}
.color-3 {
color: #b5a6c5;
}
.color-4 {
color: #a3d2b5;
}
.color-5 {
color: #f1e0a2;
}

/* CSS Variables */
:root {
--color-1: #e8c4e6;
--color-2: #d5bed4;
--color-3: #b5a6c5;
--color-4: #a3d2b5;
--color-5: #f1e0a2;
}

Enchanted Veil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c4e6, #d5bed4, #b5a6c5, #a3d2b5, #f1e0a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c4e6, #d5bed4, #b5a6c5, #a3d2b5, #f1e0a2);
}

Enchanted Veil color palette created on .