Keith Color Palette
Discover the beautiful Keith color palette featuring fiord (#3b4a6d), gothic (#6b8e9e), sinbad (#a1c9d3), chalky (#f0d68e) and zest (#e77e23).
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 Keith palette
💻 Keith color palette CSS
/* CSS */
.color-1 {
color: #3b4a6d;
}
.color-2 {
color: #6b8e9e;
}
.color-3 {
color: #a1c9d3;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #3b4a6d;
--color-2: #6b8e9e;
--color-3: #a1c9d3;
--color-4: #f0d68e;
--color-5: #e77e23;
} 🌈 Keith background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
} 🔗 Explore similar color palettes
Keith color palette created on .