Paleta de colores Ethereal Twilight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Twilight palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Twilight

/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #794e6c;
}
.color-3 {
color: #a65e8b;
}
.color-4 {
color: #d97896;
}
.color-5 {
color: #fdbc96;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #794e6c;
--color-3: #a65e8b;
--color-4: #d97896;
--color-5: #fdbc96;
}

CSS del degradado de fondo Ethereal Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #794e6c, #a65e8b, #d97896, #fdbc96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #794e6c, #a65e8b, #d97896, #fdbc96);
}

Ethereal Twilight color palette created on .