Enchanted Sugar Dust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Sugar Dust palette

Share this palette to:

Enchanted Sugar Dust color palette CSS

/* CSS */
.color-1 {
color: #e3d1b5;
}
.color-2 {
color: #d1b6a3;
}
.color-3 {
color: #bfaf8d;
}
.color-4 {
color: #a68d6e;
}
.color-5 {
color: #c4b4a6;
}

/* CSS Variables */
:root {
--color-1: #e3d1b5;
--color-2: #d1b6a3;
--color-3: #bfaf8d;
--color-4: #a68d6e;
--color-5: #c4b4a6;
}

Enchanted Sugar Dust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d1b5, #d1b6a3, #bfaf8d, #a68d6e, #c4b4a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d1b5, #d1b6a3, #bfaf8d, #a68d6e, #c4b4a6);
}

Enchanted Sugar Dust color palette created on .