Paleta de colores Celestial Veil

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Veil palette

Compartir esta paleta en:

Descargar la paleta de colores Celestial Veil (PNG)

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

CSS de la paleta de colores Celestial Veil

/* 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 del degradado de fondo 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 .