Kaka and Baba Color Palette
Discover the beautiful Kaka and Baba color palette featuring wewak (#f6a2a2), vanilla ice (#f3d8e6), celadon (#b3e5b3), morning glory (#9fd2df) and wheat (#f6e9b1).
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 Kaka and Baba palette
💻 Kaka and Baba color palette CSS
/* CSS */
.color-1 {
color: #f6a2a2;
}
.color-2 {
color: #f3d8e6;
}
.color-3 {
color: #b3e5b3;
}
.color-4 {
color: #9fd2df;
}
.color-5 {
color: #f6e9b1;
}
/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f3d8e6;
--color-3: #b3e5b3;
--color-4: #9fd2df;
--color-5: #f6e9b1;
} 🌈 Kaka and Baba background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f3d8e6, #b3e5b3, #9fd2df, #f6e9b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f3d8e6, #b3e5b3, #9fd2df, #f6e9b1);
} 🔗 Explore similar color palettes
Kaka and Baba color palette created on .