Enchanted Grain Color Palette
Discover the beautiful Enchanted Grain color palette featuring sidecar (#f5e6c1), prelude (#d2c2e0), dull lavender (#a2b1e2), fountain blue (#5d99c0) and kashmir blue (#4e6e8d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Enchanted Grain palette
💻 Enchanted Grain color palette CSS
/* CSS */
.color-1 {
color: #f5e6c1;
}
.color-2 {
color: #d2c2e0;
}
.color-3 {
color: #a2b1e2;
}
.color-4 {
color: #5d99c0;
}
.color-5 {
color: #4e6e8d;
}
/* CSS Variables */
:root {
--color-1: #f5e6c1;
--color-2: #d2c2e0;
--color-3: #a2b1e2;
--color-4: #5d99c0;
--color-5: #4e6e8d;
} 🌈 Enchanted Grain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c1, #d2c2e0, #a2b1e2, #5d99c0, #4e6e8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c1, #d2c2e0, #a2b1e2, #5d99c0, #4e6e8d);
} 🔗 Explore similar color palettes
Enchanted Grain color palette created on .