Wafū Color Palette
Discover the beautiful Wafū color palette featuring summer green (#a4c1ae), wheat (#f6e6b1), saffron (#f6b83c), brandy punch (#d97c30) and brown rust (#aa553c).
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 Wafū palette
💻 Wafū color palette CSS
/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #f6e6b1;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #d97c30;
}
.color-5 {
color: #aa553c;
}
/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #f6e6b1;
--color-3: #f6b83c;
--color-4: #d97c30;
--color-5: #aa553c;
}
🌈 Wafū background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #f6e6b1, #f6b83c, #d97c30, #aa553c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #f6e6b1, #f6b83c, #d97c30, #aa553c);
}
🔗 Explore similar color palettes
Wafū color palette created on .