Paleta de colores Sophisticated Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sophisticated Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Sophisticated Serenity

/* CSS */
.color-1 {
color: #1a202d;
}
.color-2 {
color: #4a5e78;
}
.color-3 {
color: #7b8c9d;
}
.color-4 {
color: #b1c5e7;
}
.color-5 {
color: #f0e3c7;
}

/* CSS Variables */
:root {
--color-1: #1a202d;
--color-2: #4a5e78;
--color-3: #7b8c9d;
--color-4: #b1c5e7;
--color-5: #f0e3c7;
}

CSS del degradado de fondo Sophisticated Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a202d, #4a5e78, #7b8c9d, #b1c5e7, #f0e3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a202d, #4a5e78, #7b8c9d, #b1c5e7, #f0e3c7);
}

Sophisticated Serenity color palette created on .