Paleta de colores Elegant Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Serenity

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

CSS de la paleta de colores Elegant Serenity

/* CSS */
.color-1 {
color: #d8e6e9;
}
.color-2 {
color: #b4caca;
}
.color-3 {
color: #7a9a9f;
}
.color-4 {
color: #4b7277;
}
.color-5 {
color: #2e4d4a;
}

/* CSS Variables */
:root {
--color-1: #d8e6e9;
--color-2: #b4caca;
--color-3: #7a9a9f;
--color-4: #4b7277;
--color-5: #2e4d4a;
}

CSS del degradado de fondo Elegant Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e6e9, #b4caca, #7a9a9f, #4b7277, #2e4d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e6e9, #b4caca, #7a9a9f, #4b7277, #2e4d4a);
}

Elegant Serenity color palette created on .