Celestial Veil Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Veil palette

Condividi questa palette a:

Scarica la tavolozza dei colori Celestial Veil (PNG)

Download celestial veil color palette PNG image (landscape)
Download celestial veil color palette PNG image (square)

tavolozza dei colori Celestial Veil CSS

/* CSS */
.color-1 {
color: #321259;
}
.color-2 {
color: #5a1f60;
}
.color-3 {
color: #5c2e70;
}
.color-4 {
color: #7b4294;
}
.color-5 {
color: #92539d;
}

/* CSS Variables */
:root {
--color-1: #321259;
--color-2: #5a1f60;
--color-3: #5c2e70;
--color-4: #7b4294;
--color-5: #92539d;
}

CSS con gradiente di sfondo Celestial Veil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #321259, #5a1f60, #5c2e70, #7b4294, #92539d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #321259, #5a1f60, #5c2e70, #7b4294, #92539d);
}

Celestial Veil color palette created on .