Japandi Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Japandi Serenity palette

Share this palette to:

Japandi Serenity color palette PNG image

Download japandi serenity color palette PNG image (landscape)
Download japandi serenity color palette PNG image (square)

Japandi Serenity color palette CSS

/* CSS */
.color-1 {
color: #dfd6c3;
}
.color-2 {
color: #c6ba9f;
}
.color-3 {
color: #b0a68d;
}
.color-4 {
color: #8f8c76;
}
.color-5 {
color: #6b6a61;
}

/* CSS Variables */
:root {
--color-1: #dfd6c3;
--color-2: #c6ba9f;
--color-3: #b0a68d;
--color-4: #8f8c76;
--color-5: #6b6a61;
}

Japandi Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfd6c3, #c6ba9f, #b0a68d, #8f8c76, #6b6a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfd6c3, #c6ba9f, #b0a68d, #8f8c76, #6b6a61);
}

Japandi Serenity color palette created on .