Wafu Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wafu palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wafu Color Palette (PNG)
Wafu color palette CSS
/* CSS */
.color-1 {
color: #f9c3a4;
}
.color-2 {
color: #f2b5c0;
}
.color-3 {
color: #dfa4d7;
}
.color-4 {
color: #c5a2e2;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #f9c3a4;
--color-2: #f2b5c0;
--color-3: #dfa4d7;
--color-4: #c5a2e2;
--color-5: #a3c7e0;
}
Wafu background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3a4, #f2b5c0, #dfa4d7, #c5a2e2, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3a4, #f2b5c0, #dfa4d7, #c5a2e2, #a3c7e0);
}
Similar color palettes
Wafu color palette created on .