Enchanted Dust Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Dust Whisper palette

Share this palette to:

Enchanted Dust Whisper color palette CSS

/* CSS */
.color-1 {
color: #f3edd8;
}
.color-2 {
color: #eae0cc;
}
.color-3 {
color: #dad0be;
}
.color-4 {
color: #d0bcae;
}
.color-5 {
color: #bfaa9b;
}

/* CSS Variables */
:root {
--color-1: #f3edd8;
--color-2: #eae0cc;
--color-3: #dad0be;
--color-4: #d0bcae;
--color-5: #bfaa9b;
}

Enchanted Dust Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3edd8, #eae0cc, #dad0be, #d0bcae, #bfaa9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3edd8, #eae0cc, #dad0be, #d0bcae, #bfaa9b);
}

Enchanted Dust Whisper color palette created on .