Twilight Mirage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Twilight Mirage palette

Condividi questa palette a:

tavolozza dei colori Twilight Mirage CSS

/* CSS */
.color-1 {
color: #3b1f6b;
}
.color-2 {
color: #5c4d9d;
}
.color-3 {
color: #7d8bc5;
}
.color-4 {
color: #a1c1e8;
}
.color-5 {
color: #d3e2f3;
}

/* CSS Variables */
:root {
--color-1: #3b1f6b;
--color-2: #5c4d9d;
--color-3: #7d8bc5;
--color-4: #a1c1e8;
--color-5: #d3e2f3;
}

CSS con gradiente di sfondo Twilight Mirage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b1f6b, #5c4d9d, #7d8bc5, #a1c1e8, #d3e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b1f6b, #5c4d9d, #7d8bc5, #a1c1e8, #d3e2f3);
}

Twilight Mirage color palette created on .