Paleta de colores Celestial Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Reverie palette
CSS de la paleta de colores Celestial Reverie
/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #2b2d54;
}
.color-3 {
color: #4b4c81;
}
.color-4 {
color: #6f6f9b;
}
.color-5 {
color: #a4a9d5;
}
/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #2b2d54;
--color-3: #4b4c81;
--color-4: #6f6f9b;
--color-5: #a4a9d5;
}
CSS del degradado de fondo Celestial Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #2b2d54, #4b4c81, #6f6f9b, #a4a9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #2b2d54, #4b4c81, #6f6f9b, #a4a9d5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Profundo
Celestial Reverie color palette created on .