Paleta de colores Celestial Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Shadows palette
CSS de la paleta de colores Celestial Shadows
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b3e8e;
}
.color-3 {
color: #5f6d8c;
}
.color-4 {
color: #8e3e4b;
}
.color-5 {
color: #d3c75a;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b3e8e;
--color-3: #5f6d8c;
--color-4: #8e3e4b;
--color-5: #d3c75a;
}
CSS del degradado de fondo Celestial Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b3e8e, #5f6d8c, #8e3e4b, #d3c75a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b3e8e, #5f6d8c, #8e3e4b, #d3c75a);
}
Paletas de colores similares
Celestial Shadows color palette created on .