Kanagawa Waves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kanagawa Waves palette
Color Inspiration
Images that showcase this color palette in real designs
Download Kanagawa Waves Color Palette (PNG)
Kanagawa Waves color palette CSS
/* CSS */
.color-1 {
color: #29605d;
}
.color-2 {
color: #307b7e;
}
.color-3 {
color: #86b0ca;
}
.color-4 {
color: #cddfd2;
}
.color-5 {
color: #e9e8dd;
}
/* CSS Variables */
:root {
--color-1: #29605d;
--color-2: #307b7e;
--color-3: #86b0ca;
--color-4: #cddfd2;
--color-5: #e9e8dd;
}
Kanagawa Waves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29605d, #307b7e, #86b0ca, #cddfd2, #e9e8dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29605d, #307b7e, #86b0ca, #cddfd2, #e9e8dd);
}
Similar color palettes
Kanagawa Waves color palette created on .