Avaloria Color Palette
Discover the beautiful Avaloria color palette featuring cornflower (#94d4ee), danube (#68a1d0), boston blue (#4186c9), fun blue (#2264b2) and fun blue (#164b93).
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 Avaloria palette
💻 Avaloria color palette CSS
/* CSS */
.color-1 {
color: #94d4ee;
}
.color-2 {
color: #68a1d0;
}
.color-3 {
color: #4186c9;
}
.color-4 {
color: #2264b2;
}
.color-5 {
color: #164b93;
}
/* CSS Variables */
:root {
--color-1: #94d4ee;
--color-2: #68a1d0;
--color-3: #4186c9;
--color-4: #2264b2;
--color-5: #164b93;
} 🌈 Avaloria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94d4ee, #68a1d0, #4186c9, #2264b2, #164b93);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94d4ee, #68a1d0, #4186c9, #2264b2, #164b93);
} 🔗 Explore similar color palettes
Avaloria color palette created on .