Paleta de colores Celestial Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Breeze

/* CSS */
.color-1 {
color: #1e87c8;
}
.color-2 {
color: #4db1e0;
}
.color-3 {
color: #8ae0f0;
}
.color-4 {
color: #f0d67f;
}
.color-5 {
color: #f7a5a1;
}

/* CSS Variables */
:root {
--color-1: #1e87c8;
--color-2: #4db1e0;
--color-3: #8ae0f0;
--color-4: #f0d67f;
--color-5: #f7a5a1;
}

CSS del degradado de fondo Celestial Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e87c8, #4db1e0, #8ae0f0, #f0d67f, #f7a5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e87c8, #4db1e0, #8ae0f0, #f0d67f, #f7a5a1);
}

Celestial Breeze color palette created on .