Paleta de colores Northern Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Northern Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Northern Serenity

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

CSS de la paleta de colores Northern Serenity

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #a4c1b3;
}
.color-3 {
color: #b8e0d2;
}
.color-4 {
color: #f5f7f3;
}
.color-5 {
color: #d2b9a3;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #a4c1b3;
--color-3: #b8e0d2;
--color-4: #f5f7f3;
--color-5: #d2b9a3;
}

CSS del degradado de fondo Northern Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #a4c1b3, #b8e0d2, #f5f7f3, #d2b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #a4c1b3, #b8e0d2, #f5f7f3, #d2b9a3);
}

Northern Serenity color palette created on .