Paleta de colores Norwegian Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Norwegian Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Norwegian Serenity

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

CSS de la paleta de colores Norwegian Serenity

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #b9cac3;
}
.color-3 {
color: #d3e4d7;
}
.color-4 {
color: #f2f9f1;
}
.color-5 {
color: #e3f2e5;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #b9cac3;
--color-3: #d3e4d7;
--color-4: #f2f9f1;
--color-5: #e3f2e5;
}

CSS del degradado de fondo Norwegian Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #b9cac3, #d3e4d7, #f2f9f1, #e3f2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #b9cac3, #d3e4d7, #f2f9f1, #e3f2e5);
}

Norwegian Serenity color palette created on .