Twilight Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Twilight Reverie palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Twilight Reverie

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

tavolozza dei colori Twilight Reverie CSS

/* 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 con gradiente di sfondo 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 .