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