Wafu Color Palette
Discover the beautiful Wafu color palette featuring corvette (#f9c3a4), mandys pink (#f2b5c0), light orchid (#dfa4d7), light wisteria (#c5a2e2) and regent st blue (#a3c7e0).
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 Wafu palette
💻 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);
}
🔗 Explore similar color palettes
Wafu color palette created on .