和風 Color Palette
Discover the beautiful 和風 color palette featuring olive drab (#6b8f24), khaki (#f0e78e), porsche (#e6b65b), chestnut rose (#cd5b5b) and red berry (#8a0000).
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 和風 palette
💻 和風 color palette CSS
/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #e6b65b;
}
.color-4 {
color: #cd5b5b;
}
.color-5 {
color: #8a0000;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #f0e78e;
--color-3: #e6b65b;
--color-4: #cd5b5b;
--color-5: #8a0000;
}
🌈 和風 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #f0e78e, #e6b65b, #cd5b5b, #8a0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #f0e78e, #e6b65b, #cd5b5b, #8a0000);
}
🔗 Explore similar color palettes
和風 color palette created on .