Kento Color Palette
Discover the beautiful Kento color palette featuring chetwode blue (#7786d5), chelsea cucumber (#81ac75), my sin (#fbb121), california (#fa9507) and pomegranate (#ed4520).
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 Kento palette
💻 Kento color palette CSS
/* CSS */
.color-1 {
color: #7786d5;
}
.color-2 {
color: #81ac75;
}
.color-3 {
color: #fbb121;
}
.color-4 {
color: #fa9507;
}
.color-5 {
color: #ed4520;
}
/* CSS Variables */
:root {
--color-1: #7786d5;
--color-2: #81ac75;
--color-3: #fbb121;
--color-4: #fa9507;
--color-5: #ed4520;
} 🌈 Kento background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7786d5, #81ac75, #fbb121, #fa9507, #ed4520);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7786d5, #81ac75, #fbb121, #fa9507, #ed4520);
} 🔗 Explore similar color palettes
Kento color palette created on .