Wafu Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wafu Harmony palette
Wafu Harmony color palette PNG image
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);
}
Similar color palettes
Wafu Harmony color palette created on .