Paleta de colores Celestial Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Shadows palette

Compartir esta paleta en:

Descargar la paleta de colores Celestial Shadows (PNG)

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

CSS de la paleta de colores Celestial Shadows

/* CSS */
.color-1 {
color: #3a1c6d;
}
.color-2 {
color: #5b3c8b;
}
.color-3 {
color: #7d5aaf;
}
.color-4 {
color: #a68adb;
}
.color-5 {
color: #d7c7e5;
}

/* CSS Variables */
:root {
--color-1: #3a1c6d;
--color-2: #5b3c8b;
--color-3: #7d5aaf;
--color-4: #a68adb;
--color-5: #d7c7e5;
}

CSS del degradado de fondo Celestial Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a1c6d, #5b3c8b, #7d5aaf, #a68adb, #d7c7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a1c6d, #5b3c8b, #7d5aaf, #a68adb, #d7c7e5);
}

Celestial Shadows color palette created on .