Enchanted Grain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Grain palette

Share this palette to:

Enchanted Grain color palette CSS

/* CSS */
.color-1 {
color: #e3d8b0;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #c3a54b;
}
.color-4 {
color: #b57c2c;
}
.color-5 {
color: #7a5c1f;
}

/* CSS Variables */
:root {
--color-1: #e3d8b0;
--color-2: #f1c84b;
--color-3: #c3a54b;
--color-4: #b57c2c;
--color-5: #7a5c1f;
}

Enchanted Grain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d8b0, #f1c84b, #c3a54b, #b57c2c, #7a5c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d8b0, #f1c84b, #c3a54b, #b57c2c, #7a5c1f);
}

Enchanted Grain color palette created on .