Paleta de colores Ethereal Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Blue

/* CSS */
.color-1 {
color: #89b7e1;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #397dc0;
}
.color-4 {
color: #2a6b9d;
}
.color-5 {
color: #1b4e7e;
}

/* CSS Variables */
:root {
--color-1: #89b7e1;
--color-2: #5d9bd5;
--color-3: #397dc0;
--color-4: #2a6b9d;
--color-5: #1b4e7e;
}

CSS del degradado de fondo Ethereal Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89b7e1, #5d9bd5, #397dc0, #2a6b9d, #1b4e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89b7e1, #5d9bd5, #397dc0, #2a6b9d, #1b4e7e);
}

Ethereal Blue color palette created on .