XControlFell Sketch Lore Color Palette
Discover the beautiful XControlFell Sketch Lore color palette featuring melanie (#e4b9d0), east side (#b09bcf), glacier (#6fa0c8), boston blue (#3b8ea0) and blumine (#1f607a).
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 XControlFell Sketch Lore palette
💻 XControlFell Sketch Lore color palette CSS
/* CSS */
.color-1 {
color: #e4b9d0;
}
.color-2 {
color: #b09bcf;
}
.color-3 {
color: #6fa0c8;
}
.color-4 {
color: #3b8ea0;
}
.color-5 {
color: #1f607a;
}
/* CSS Variables */
:root {
--color-1: #e4b9d0;
--color-2: #b09bcf;
--color-3: #6fa0c8;
--color-4: #3b8ea0;
--color-5: #1f607a;
} 🌈 XControlFell Sketch Lore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b9d0, #b09bcf, #6fa0c8, #3b8ea0, #1f607a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b9d0, #b09bcf, #6fa0c8, #3b8ea0, #1f607a);
} 🔗 Explore similar color palettes
XControlFell Sketch Lore color palette created on .