Japanese Sunset Color Palette
Discover the beautiful Japanese Sunset color palette featuring energy yellow (#f9e25d), cream can (#f4d66c), gold sand (#e7c58d), vanilla (#d3b4a1) and oriental pink (#c59b8c).
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 Japanese Sunset palette
💻 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);
}
🔗 Explore similar color palettes
Japanese Sunset color palette created on .