Ilya Color Palette
Discover the beautiful Ilya color palette featuring danube (#5d9ec6), half baked (#8bb9d5), regent st blue (#a1d7e8), wheat (#f3e2aa) and sandy brown (#f4a462).
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 Ilya palette
💻 Ilya color palette CSS
/* CSS */
.color-1 {
color: #5d9ec6;
}
.color-2 {
color: #8bb9d5;
}
.color-3 {
color: #a1d7e8;
}
.color-4 {
color: #f3e2aa;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #5d9ec6;
--color-2: #8bb9d5;
--color-3: #a1d7e8;
--color-4: #f3e2aa;
--color-5: #f4a462;
} 🌈 Ilya background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9ec6, #8bb9d5, #a1d7e8, #f3e2aa, #f4a462);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9ec6, #8bb9d5, #a1d7e8, #f3e2aa, #f4a462);
} 🔗 Explore similar color palettes
Ilya color palette created on .