Luxury Earthy Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Luxury Earthy Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Luxury Earthy Blue

Download luxury earthy blue color palette PNG image (landscape)
Download luxury earthy blue color palette PNG image (square)

tavolozza dei colori Luxury Earthy Blue CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #80b3d6;
}
.color-3 {
color: #a3d5e0;
}
.color-4 {
color: #d6e6e1;
}
.color-5 {
color: #f1e6d0;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #80b3d6;
--color-3: #a3d5e0;
--color-4: #d6e6e1;
--color-5: #f1e6d0;
}

CSS con gradiente di sfondo Luxury Earthy Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #80b3d6, #a3d5e0, #d6e6e1, #f1e6d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #80b3d6, #a3d5e0, #d6e6e1, #f1e6d0);
}

Luxury Earthy Blue color palette created on .