Edelweiss Bright Color Palette
Discover the beautiful Edelweiss Bright color palette featuring catskill white (#f1f5f8), athens gray (#e7e9ee), mischka (#d7d9e0), heather (#b4c0d0) and aluminium (#a7a9b4).
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 Edelweiss Bright palette
💻 Edelweiss Bright color palette CSS
/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #e7e9ee;
}
.color-3 {
color: #d7d9e0;
}
.color-4 {
color: #b4c0d0;
}
.color-5 {
color: #a7a9b4;
}
/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #e7e9ee;
--color-3: #d7d9e0;
--color-4: #b4c0d0;
--color-5: #a7a9b4;
} 🌈 Edelweiss Bright background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #e7e9ee, #d7d9e0, #b4c0d0, #a7a9b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #e7e9ee, #d7d9e0, #b4c0d0, #a7a9b4);
} 🔗 Explore similar color palettes
Edelweiss Bright color palette created on .