Tarnished Tides Color Palette
Discover the beautiful Tarnished Tides color palette featuring blue bayoux (#4b5f6c), gothic (#65909a), gulf stream (#8cb3b5), sinbad (#a7d3d7) and botticelli (#d1e8eb).
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 Tarnished Tides palette
💻 Tarnished Tides color palette CSS
/* CSS */
.color-1 {
color: #4b5f6c;
}
.color-2 {
color: #65909a;
}
.color-3 {
color: #8cb3b5;
}
.color-4 {
color: #a7d3d7;
}
.color-5 {
color: #d1e8eb;
}
/* CSS Variables */
:root {
--color-1: #4b5f6c;
--color-2: #65909a;
--color-3: #8cb3b5;
--color-4: #a7d3d7;
--color-5: #d1e8eb;
}
🌈 Tarnished Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5f6c, #65909a, #8cb3b5, #a7d3d7, #d1e8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5f6c, #65909a, #8cb3b5, #a7d3d7, #d1e8eb);
}
🔗 Explore similar color palettes
Tarnished Tides color palette created on .