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