Shades of Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue palette

Share this palette to:

Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #e5b8e5;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f17350;
}
.color-5 {
color: #d9513f;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #e5b8e5;
--color-3: #f6b83c;
--color-4: #f17350;
--color-5: #d9513f;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #e5b8e5, #f6b83c, #f17350, #d9513f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #e5b8e5, #f6b83c, #f17350, #d9513f);
}

Shades of Blue color palette created on .