Pink Japan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Japan palette

Share this palette to:

Pink Japan color palette CSS

/* CSS */
.color-1 {
color: #f9c8d3;
}
.color-2 {
color: #ffb4a3;
}
.color-3 {
color: #f9e2b4;
}
.color-4 {
color: #d0e6dc;
}
.color-5 {
color: #a8e1c5;
}

/* CSS Variables */
:root {
--color-1: #f9c8d3;
--color-2: #ffb4a3;
--color-3: #f9e2b4;
--color-4: #d0e6dc;
--color-5: #a8e1c5;
}

Pink Japan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d3, #ffb4a3, #f9e2b4, #d0e6dc, #a8e1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d3, #ffb4a3, #f9e2b4, #d0e6dc, #a8e1c5);
}

Pink Japan color palette created on .