Paleta de colores Soft Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Serenity

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

CSS de la paleta de colores Soft Serenity

/* CSS */
.color-1 {
color: #8c8c8c;
}
.color-2 {
color: #6b6b6b;
}
.color-3 {
color: #fff3e5;
}
.color-4 {
color: #b3e5e6;
}
.color-5 {
color: #f3f3e7;
}

/* CSS Variables */
:root {
--color-1: #8c8c8c;
--color-2: #6b6b6b;
--color-3: #fff3e5;
--color-4: #b3e5e6;
--color-5: #f3f3e7;
}

CSS del degradado de fondo Soft Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c8c8c, #6b6b6b, #fff3e5, #b3e5e6, #f3f3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c8c8c, #6b6b6b, #fff3e5, #b3e5e6, #f3f3e7);
}

Soft Serenity color palette created on .