Wafū Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wafū palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wafū Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 10+ Japanese color palettes
Wafū color palette created on .