Twilight Sparkle Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Twilight Sparkle palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Twilight Sparkle

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

tavolozza dei colori Twilight Sparkle CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #7c68ee;
}
.color-3 {
color: #8a2ce2;
}
.color-4 {
color: #da71d7;
}
.color-5 {
color: #ff6bb5;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7c68ee;
--color-3: #8a2ce2;
--color-4: #da71d7;
--color-5: #ff6bb5;
}

CSS con gradiente di sfondo Twilight Sparkle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7c68ee, #8a2ce2, #da71d7, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7c68ee, #8a2ce2, #da71d7, #ff6bb5);
}

Twilight Sparkle color palette created on .