Europe Color Palette
Discover the beautiful Europe color palette featuring wedgewood (#497b9c), akaroa (#d7c4a7), anzac (#e2b54b), brown rust (#a25534) and trendy pink (#906d97).
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 Europe palette
💻 Europe color palette CSS
/* CSS */
.color-1 {
color: #497b9c;
}
.color-2 {
color: #d7c4a7;
}
.color-3 {
color: #e2b54b;
}
.color-4 {
color: #a25534;
}
.color-5 {
color: #906d97;
}
/* CSS Variables */
:root {
--color-1: #497b9c;
--color-2: #d7c4a7;
--color-3: #e2b54b;
--color-4: #a25534;
--color-5: #906d97;
} 🌈 Europe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b9c, #d7c4a7, #e2b54b, #a25534, #906d97);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b9c, #d7c4a7, #e2b54b, #a25534, #906d97);
} 🔗 Explore similar color palettes
Europe color palette created on .