Chesapeake Color Palette
Discover the beautiful Chesapeake color palette featuring blue lagoon (#007e94), bondi blue (#00a7b3), viking (#6ed7d8), ice cold (#b4e8f3) and athens gray (#f6f8f9).
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 Chesapeake palette
💻 Chesapeake color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #00a7b3;
}
.color-3 {
color: #6ed7d8;
}
.color-4 {
color: #b4e8f3;
}
.color-5 {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #00a7b3;
--color-3: #6ed7d8;
--color-4: #b4e8f3;
--color-5: #f6f8f9;
} 🌈 Chesapeake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #00a7b3, #6ed7d8, #b4e8f3, #f6f8f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #00a7b3, #6ed7d8, #b4e8f3, #f6f8f9);
} 🔗 Explore similar color palettes
Chesapeake color palette created on .