Japanese Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Japanese Sunset Color Palette (PNG)
Japanese Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9e25d;
}
.color-2 {
color: #f4d66c;
}
.color-3 {
color: #e7c58d;
}
.color-4 {
color: #d3b4a1;
}
.color-5 {
color: #c59b8c;
}
/* CSS Variables */
:root {
--color-1: #f9e25d;
--color-2: #f4d66c;
--color-3: #e7c58d;
--color-4: #d3b4a1;
--color-5: #c59b8c;
}
Japanese Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e25d, #f4d66c, #e7c58d, #d3b4a1, #c59b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e25d, #f4d66c, #e7c58d, #d3b4a1, #c59b8c);
}
Similar color palettes
Scroll down to explore 100+ Yellow color palettes
Japanese Sunset color palette created on .