Connor's Cove Color Palette
Discover the beautiful Connor's Cove color palette featuring astral (#2e90a3), tradewind (#6bb1b8), sinbad (#a2d5d8), wheatfield (#f1e4c6) and sandy brown (#f3a662).
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 Connor's Cove palette
💻 Connor's Cove color palette CSS
/* CSS */
.color-1 {
color: #2e90a3;
}
.color-2 {
color: #6bb1b8;
}
.color-3 {
color: #a2d5d8;
}
.color-4 {
color: #f1e4c6;
}
.color-5 {
color: #f3a662;
}
/* CSS Variables */
:root {
--color-1: #2e90a3;
--color-2: #6bb1b8;
--color-3: #a2d5d8;
--color-4: #f1e4c6;
--color-5: #f3a662;
} 🌈 Connor's Cove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e90a3, #6bb1b8, #a2d5d8, #f1e4c6, #f3a662);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e90a3, #6bb1b8, #a2d5d8, #f1e4c6, #f3a662);
} 🔗 Explore similar color palettes
Connor's Cove color palette created on .