Paleta de colores Celestial Blues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blues palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Blues

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

CSS de la paleta de colores Celestial Blues

/* CSS */
.color-1 {
color: #c2d2e0;
}
.color-2 {
color: #a7c6e7;
}
.color-3 {
color: #4f8bcf;
}
.color-4 {
color: #2a6d9d;
}
.color-5 {
color: #1e498a;
}

/* CSS Variables */
:root {
--color-1: #c2d2e0;
--color-2: #a7c6e7;
--color-3: #4f8bcf;
--color-4: #2a6d9d;
--color-5: #1e498a;
}

CSS del degradado de fondo Celestial Blues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d2e0, #a7c6e7, #4f8bcf, #2a6d9d, #1e498a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d2e0, #a7c6e7, #4f8bcf, #2a6d9d, #1e498a);
}

Celestial Blues color palette created on .