Luxury Earthy Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luxury Earthy Blue palette

Share this palette to:

Luxury Earthy Blue color palette PNG image

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

Luxury Earthy Blue color palette 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;
}

Luxury Earthy Blue background gradient CSS

/* 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 .