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