Paleta de colores Celestial Blues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blues palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blues

/* CSS */
.color-1 {
color: #d4e1f2;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #70b1d2;
}
.color-4 {
color: #3b8cb5;
}
.color-5 {
color: #1d5f7c;
}

/* CSS Variables */
:root {
--color-1: #d4e1f2;
--color-2: #a2c7e7;
--color-3: #70b1d2;
--color-4: #3b8cb5;
--color-5: #1d5f7c;
}

CSS del degradado de fondo Celestial Blues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e1f2, #a2c7e7, #70b1d2, #3b8cb5, #1d5f7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e1f2, #a2c7e7, #70b1d2, #3b8cb5, #1d5f7c);
}

Celestial Blues color palette created on .