Blue Gradation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Gradation palette

Share this palette to:

Blue Gradation color palette PNG image

Download blue gradation color palette PNG image (landscape)
Download blue gradation color palette PNG image (square)

Blue Gradation color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b4c9b;
}
.color-3 {
color: #6a7bb9;
}
.color-4 {
color: #a4b6d6;
}
.color-5 {
color: #e1e7ef;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b4c9b;
--color-3: #6a7bb9;
--color-4: #a4b6d6;
--color-5: #e1e7ef;
}

Blue Gradation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b4c9b, #6a7bb9, #a4b6d6, #e1e7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b4c9b, #6a7bb9, #a4b6d6, #e1e7ef);
}

Blue Gradation color palette created on .