Shades of Kobi Color Palette
Discover the beautiful Shades of Kobi color palette featuring illusion (#f1a7c7), deep blush (#e05c9c), mulberry (#d1478a), blush (#ba407b) and hibiscus (#a62b6b).
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 Shades of Kobi palette
💻 Shades of Kobi color palette CSS
/* CSS */
.color-1 {
color: #f1a7c7;
}
.color-2 {
color: #e05c9c;
}
.color-3 {
color: #d1478a;
}
.color-4 {
color: #ba407b;
}
.color-5 {
color: #a62b6b;
}
/* CSS Variables */
:root {
--color-1: #f1a7c7;
--color-2: #e05c9c;
--color-3: #d1478a;
--color-4: #ba407b;
--color-5: #a62b6b;
} 🌈 Shades of Kobi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c7, #e05c9c, #d1478a, #ba407b, #a62b6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c7, #e05c9c, #d1478a, #ba407b, #a62b6b);
} 🔗 Explore similar color palettes
Shades of Kobi color palette created on .