Ethereal Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Blue palette

Condividi questa palette a:

tavolozza dei colori Ethereal Blue CSS

/* 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 con gradiente di sfondo 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 .