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