Paleta de colores Twilight Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Twilight Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Twilight Serenity

/* CSS */
.color-1 {
color: #4b3d71;
}
.color-2 {
color: #6c5b9a;
}
.color-3 {
color: #9b8ebe;
}
.color-4 {
color: #c0b1d2;
}
.color-5 {
color: #d8dae9;
}

/* CSS Variables */
:root {
--color-1: #4b3d71;
--color-2: #6c5b9a;
--color-3: #9b8ebe;
--color-4: #c0b1d2;
--color-5: #d8dae9;
}

CSS del degradado de fondo Twilight Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d71, #6c5b9a, #9b8ebe, #c0b1d2, #d8dae9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d71, #6c5b9a, #9b8ebe, #c0b1d2, #d8dae9);
}

Twilight Serenity color palette created on .