Celestial Veil Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Veil palette

Condividi questa palette a:

tavolozza dei colori Celestial Veil CSS

/* CSS */
.color-1 {
color: #814992;
}
.color-2 {
color: #ba78b1;
}
.color-3 {
color: #d9afd7;
}
.color-4 {
color: #efc3d1;
}
.color-5 {
color: #f8cbc4;
}

/* CSS Variables */
:root {
--color-1: #814992;
--color-2: #ba78b1;
--color-3: #d9afd7;
--color-4: #efc3d1;
--color-5: #f8cbc4;
}

CSS con gradiente di sfondo Celestial Veil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #814992, #ba78b1, #d9afd7, #efc3d1, #f8cbc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #814992, #ba78b1, #d9afd7, #efc3d1, #f8cbc4);
}

Celestial Veil color palette created on .