Paleta de colores Celestial Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Breeze

Download celestial breeze color palette PNG image (landscape)
Download celestial breeze color palette PNG image (square)

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);
}

Celestial Breeze color palette created on .