Kanagawa Waves Color Palette
Discover the beautiful Kanagawa Waves color palette featuring casal (#29605c), paradiso (#307b7e), glacier (#85b0ca), sea mist (#cddfd2) and green white (#e9e8de).
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 Kanagawa Waves palette
💻 Kanagawa Waves color palette CSS
/* CSS */
.color-1 {
color: #29605c;
}
.color-2 {
color: #307b7e;
}
.color-3 {
color: #85b0ca;
}
.color-4 {
color: #cddfd2;
}
.color-5 {
color: #e9e8de;
}
/* CSS Variables */
:root {
--color-1: #29605c;
--color-2: #307b7e;
--color-3: #85b0ca;
--color-4: #cddfd2;
--color-5: #e9e8de;
} 🌈 Kanagawa Waves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29605c, #307b7e, #85b0ca, #cddfd2, #e9e8de);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29605c, #307b7e, #85b0ca, #cddfd2, #e9e8de);
} 🔗 Explore similar color palettes
Kanagawa Waves color palette created on .