Japanese Idol Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Japanese Idol palette

Share this palette to:

Japanese Idol color palette PNG image

Download japanese idol color palette PNG image (landscape)
Download japanese idol color palette PNG image (square)

Japanese Idol color palette CSS

/* CSS */
.color-1 {
color: #e5b8d4;
}
.color-2 {
color: #f4c3d4;
}
.color-3 {
color: #f8c2b4;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f15e4b;
}

/* CSS Variables */
:root {
--color-1: #e5b8d4;
--color-2: #f4c3d4;
--color-3: #f8c2b4;
--color-4: #f4a462;
--color-5: #f15e4b;
}

Japanese Idol background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8d4, #f4c3d4, #f8c2b4, #f4a462, #f15e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8d4, #f4c3d4, #f8c2b4, #f4a462, #f15e4b);
}

Japanese Idol color palette created on .