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: #1f1f6b;
}
.color-2 {
color: #4c3d8f;
}
.color-3 {
color: #7a5cc7;
}
.color-4 {
color: #a980b7;
}
.color-5 {
color: #f0b2e0;
}
/* CSS Variables */
:root {
--color-1: #1f1f6b;
--color-2: #4c3d8f;
--color-3: #7a5cc7;
--color-4: #a980b7;
--color-5: #f0b2e0;
}
CSS del degradado de fondo Celestial Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f6b, #4c3d8f, #7a5cc7, #a980b7, #f0b2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f6b, #4c3d8f, #7a5cc7, #a980b7, #f0b2e0);
}
Paletas de colores similares
Celestial Reverie color palette created on .