Japanese Cuisine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Cuisine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Japanese Cuisine Color Palette (PNG)
Japanese Cuisine color palette CSS
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #5e5e5e;
}
.color-5 {
color: #404040;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #f0a800;
--color-4: #5e5e5e;
--color-5: #404040;
}
Japanese Cuisine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #f0a800, #5e5e5e, #404040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #f0a800, #5e5e5e, #404040);
}
Similar color palettes
Japanese Cuisine color palette created on .