Kuching Color Palette
Discover the beautiful Kuching color palette featuring manhattan (#f3b5a0), sandwisp (#f7e9a1), celadon (#b8e6b2), regent st blue (#a0d5e3) and breaker bay (#4f9c9c).
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 Kuching palette
💻 Kuching color palette CSS
/* CSS */
.color-1 {
color: #f3b5a0;
}
.color-2 {
color: #f7e9a1;
}
.color-3 {
color: #b8e6b2;
}
.color-4 {
color: #a0d5e3;
}
.color-5 {
color: #4f9c9c;
}
/* CSS Variables */
:root {
--color-1: #f3b5a0;
--color-2: #f7e9a1;
--color-3: #b8e6b2;
--color-4: #a0d5e3;
--color-5: #4f9c9c;
} 🌈 Kuching background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b5a0, #f7e9a1, #b8e6b2, #a0d5e3, #4f9c9c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b5a0, #f7e9a1, #b8e6b2, #a0d5e3, #4f9c9c);
} 🔗 Explore similar color palettes
Kuching color palette created on .