Kvetch Color Palette
Discover the beautiful Kvetch color palette featuring smoky (#5c4f72), london hue (#b89ac1), twilight (#e1c6d5), sidecar (#f1e5b6) and blossom (#d6a9b5).
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 Kvetch palette
💻 Kvetch color palette CSS
/* CSS */
.color-1 {
color: #5c4f72;
}
.color-2 {
color: #b89ac1;
}
.color-3 {
color: #e1c6d5;
}
.color-4 {
color: #f1e5b6;
}
.color-5 {
color: #d6a9b5;
}
/* CSS Variables */
:root {
--color-1: #5c4f72;
--color-2: #b89ac1;
--color-3: #e1c6d5;
--color-4: #f1e5b6;
--color-5: #d6a9b5;
} 🌈 Kvetch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4f72, #b89ac1, #e1c6d5, #f1e5b6, #d6a9b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4f72, #b89ac1, #e1c6d5, #f1e5b6, #d6a9b5);
} 🔗 Explore similar color palettes
Kvetch color palette created on .