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