Everest Color Palette
Discover the beautiful Everest color palette featuring biscay (#1c3f73), jelly bean (#2a6b9d), pelorous (#4ea2c1), cornflower (#85d0e5) and catskill white (#f1f6f9).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cool, Spring color palettes and combinations.
💡 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 Everest palette
💻 Everest color palette CSS
/* CSS */
.color-1 {
color: #1c3f73;
}
.color-2 {
color: #2a6b9d;
}
.color-3 {
color: #4ea2c1;
}
.color-4 {
color: #85d0e5;
}
.color-5 {
color: #f1f6f9;
}
/* CSS Variables */
:root {
--color-1: #1c3f73;
--color-2: #2a6b9d;
--color-3: #4ea2c1;
--color-4: #85d0e5;
--color-5: #f1f6f9;
} 🌈 Everest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f73, #2a6b9d, #4ea2c1, #85d0e5, #f1f6f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f73, #2a6b9d, #4ea2c1, #85d0e5, #f1f6f9);
} 🔗 Explore similar color palettes
Everest color palette created on .