Paleta de colores Japandi Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Japandi Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Japandi Serenity

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

CSS de la paleta de colores Japandi Serenity

/* 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;
}

CSS del degradado de fondo Japandi Serenity

/* 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 .