Paleta de colores Twilight Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Twilight Reverie palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Twilight Reverie

Download twilight reverie color palette PNG image (landscape)
Download twilight reverie color palette PNG image (square)

CSS de la paleta de colores Twilight Reverie

/* CSS */
.color-1 {
color: #4b3f73;
}
.color-2 {
color: #7c6c9d;
}
.color-3 {
color: #a87aae;
}
.color-4 {
color: #e7b1d5;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #4b3f73;
--color-2: #7c6c9d;
--color-3: #a87aae;
--color-4: #e7b1d5;
--color-5: #ff7092;
}

CSS del degradado de fondo Twilight Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3f73, #7c6c9d, #a87aae, #e7b1d5, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3f73, #7c6c9d, #a87aae, #e7b1d5, #ff7092);
}

Twilight Reverie color palette created on .