Paleta de colores Light Blue Celestia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Blue Celestia palette

Compartir esta paleta en:

CSS de la paleta de colores Light Blue Celestia

/* CSS */
.color-1 {
color: #a4d1e5;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #f7d3a6;
}
.color-4 {
color: #f1b1d8;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #a4d1e5;
--color-2: #f4c3c3;
--color-3: #f7d3a6;
--color-4: #f1b1d8;
--color-5: #a3c7e0;
}

CSS del degradado de fondo Light Blue Celestia

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d1e5, #f4c3c3, #f7d3a6, #f1b1d8, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d1e5, #f4c3c3, #f7d3a6, #f1b1d8, #a3c7e0);
}

Light Blue Celestia color palette created on .