Paleta de colores Celestial Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Breeze palette
Imagen PNG de la paleta de colores Celestial Breeze
CSS de la paleta de colores Celestial Breeze
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b4e8f3;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f9d780;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b4e8f3;
--color-3: #f4b69f;
--color-4: #f9d780;
--color-5: #f5a300;
}
CSS del degradado de fondo Celestial Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b4e8f3, #f4b69f, #f9d780, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b4e8f3, #f4b69f, #f9d780, #f5a300);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Celestial Breeze color palette created on .