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: #b3c7e6;
}
.color-2 {
color: #a2b5d8;
}
.color-3 {
color: #7ea3c9;
}
.color-4 {
color: #4b93b9;
}
.color-5 {
color: #2e7b9e;
}

/* CSS Variables */
:root {
--color-1: #b3c7e6;
--color-2: #a2b5d8;
--color-3: #7ea3c9;
--color-4: #4b93b9;
--color-5: #2e7b9e;
}

CSS del degradado de fondo Celestial Blues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7e6, #a2b5d8, #7ea3c9, #4b93b9, #2e7b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7e6, #a2b5d8, #7ea3c9, #4b93b9, #2e7b9e);
}

Celestial Blues color palette created on .