Paleta de colores Celestial Guardian
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Guardian palette
Imagen PNG de la paleta de colores Celestial Guardian
CSS de la paleta de colores Celestial Guardian
/* CSS */
.color-1 {
color: #e1c7ff;
}
.color-2 {
color: #a7b8e6;
}
.color-3 {
color: #6b91c2;
}
.color-4 {
color: #3d6b99;
}
.color-5 {
color: #1f3a61;
}
/* CSS Variables */
:root {
--color-1: #e1c7ff;
--color-2: #a7b8e6;
--color-3: #6b91c2;
--color-4: #3d6b99;
--color-5: #1f3a61;
}
CSS del degradado de fondo Celestial Guardian
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c7ff, #a7b8e6, #6b91c2, #3d6b99, #1f3a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c7ff, #a7b8e6, #6b91c2, #3d6b99, #1f3a61);
}
Paletas de colores similares
Celestial Guardian color palette created on .