Japanese Archery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Archery palette
Japanese Archery color palette PNG image
Japanese Archery color palette CSS
/* CSS */
.color-1 {
color: #e6a400;
}
.color-2 {
color: #c75d00;
}
.color-3 {
color: #a34c00;
}
.color-4 {
color: #6b2b00;
}
.color-5 {
color: #3d0f00;
}
/* CSS Variables */
:root {
--color-1: #e6a400;
--color-2: #c75d00;
--color-3: #a34c00;
--color-4: #6b2b00;
--color-5: #3d0f00;
}
Japanese Archery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a400, #c75d00, #a34c00, #6b2b00, #3d0f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a400, #c75d00, #a34c00, #6b2b00, #3d0f00);
}
Similar color palettes
Japanese Archery color palette created on .