Paleta de colores Shadowed Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shadowed Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Shadowed Serenity

/* CSS */
.color-1 {
color: #1a1e28;
}
.color-2 {
color: #3b4a87;
}
.color-3 {
color: #5f809b;
}
.color-4 {
color: #b9c3d0;
}
.color-5 {
color: #e6c398;
}

/* CSS Variables */
:root {
--color-1: #1a1e28;
--color-2: #3b4a87;
--color-3: #5f809b;
--color-4: #b9c3d0;
--color-5: #e6c398;
}

CSS del degradado de fondo Shadowed Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e28, #3b4a87, #5f809b, #b9c3d0, #e6c398);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e28, #3b4a87, #5f809b, #b9c3d0, #e6c398);
}

Shadowed Serenity color palette created on .