Wafu Harmony Color Palette
Discover the beautiful Wafu Harmony color palette featuring rose bud (#f9b79f), cream can (#f4d35d), goblin (#3c8b4e), mulled wine (#4d4a6d) and trendy pink (#8c6f9f).
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 Harmony palette
💻 Wafu Harmony color palette CSS
/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #3c8b4e;
}
.color-4 {
color: #4d4a6d;
}
.color-5 {
color: #8c6f9f;
}
/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f4d35d;
--color-3: #3c8b4e;
--color-4: #4d4a6d;
--color-5: #8c6f9f;
}
🌈 Wafu Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f4d35d, #3c8b4e, #4d4a6d, #8c6f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f4d35d, #3c8b4e, #4d4a6d, #8c6f9f);
}
🔗 Explore similar color palettes
Wafu Harmony color palette created on .