Kawaii Chic Color Palette
Discover the beautiful Kawaii Chic color palette featuring santa fe (#b57b4f), anzac (#e0a54d), manhattan (#f8c6a0), givry (#f7e3c9) and lavender gray (#c3b6d3).
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 Kawaii Chic palette
💻 Kawaii Chic color palette CSS
/* CSS */
.color-1 {
color: #b57b4f;
}
.color-2 {
color: #e0a54d;
}
.color-3 {
color: #f8c6a0;
}
.color-4 {
color: #f7e3c9;
}
.color-5 {
color: #c3b6d3;
}
/* CSS Variables */
:root {
--color-1: #b57b4f;
--color-2: #e0a54d;
--color-3: #f8c6a0;
--color-4: #f7e3c9;
--color-5: #c3b6d3;
} 🌈 Kawaii Chic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57b4f, #e0a54d, #f8c6a0, #f7e3c9, #c3b6d3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57b4f, #e0a54d, #f8c6a0, #f7e3c9, #c3b6d3);
} 🔗 Explore similar color palettes
Kawaii Chic color palette created on .