Paleta de colores Eggshell Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eggshell Serenity palette

Compartir esta paleta en:

Descargar la paleta de colores Eggshell Serenity (PNG)

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

CSS de la paleta de colores Eggshell Serenity

/* CSS */
.color-1 {
color: #eee3d3;
}
.color-2 {
color: #e4d1b9;
}
.color-3 {
color: #c5b5a5;
}
.color-4 {
color: #b0a08d;
}
.color-5 {
color: #a18b7d;
}

/* CSS Variables */
:root {
--color-1: #eee3d3;
--color-2: #e4d1b9;
--color-3: #c5b5a5;
--color-4: #b0a08d;
--color-5: #a18b7d;
}

CSS del degradado de fondo Eggshell Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee3d3, #e4d1b9, #c5b5a5, #b0a08d, #a18b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee3d3, #e4d1b9, #c5b5a5, #b0a08d, #a18b7d);
}

Eggshell Serenity color palette created on .