和風 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 和風 palette
Color Inspiration
Images that showcase this color palette in real designs
Download 和風 Color Palette (PNG)
和風 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);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
和風 color palette created on .