Paleta de colores Celestial Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Glow

/* CSS */
.color-1 {
color: #f7e8ab;
}
.color-2 {
color: #f6bfa7;
}
.color-3 {
color: #f5a3b6;
}
.color-4 {
color: #eba8d4;
}
.color-5 {
color: #e1b5f2;
}

/* CSS Variables */
:root {
--color-1: #f7e8ab;
--color-2: #f6bfa7;
--color-3: #f5a3b6;
--color-4: #eba8d4;
--color-5: #e1b5f2;
}

CSS del degradado de fondo Celestial Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ab, #f6bfa7, #f5a3b6, #eba8d4, #e1b5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ab, #f6bfa7, #f5a3b6, #eba8d4, #e1b5f2);
}

Celestial Glow color palette created on .