Japanese Comfort Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Comfort palette
Color Inspiration
Images that showcase this color palette in real designs
Download Japanese Comfort Color Palette (PNG)
Japanese Comfort color palette CSS
/* CSS */
.color-1 {
color: #ffc29e;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d4a5a5;
}
.color-4 {
color: #39305a;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #ffc29e;
--color-2: #ff667d;
--color-3: #d4a5a5;
--color-4: #39305a;
--color-5: #4a4e68;
}
Japanese Comfort background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc29e, #ff667d, #d4a5a5, #39305a, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc29e, #ff667d, #d4a5a5, #39305a, #4a4e68);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Japanese Comfort color palette created on .