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: #0f4d75;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #f6c80e;
}
.color-4 {
color: #f99f3e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #0f4d75;
--color-2: #00b3aa;
--color-3: #f6c80e;
--color-4: #f99f3e;
--color-5: #ff6e61;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f4d75, #00b3aa, #f6c80e, #f99f3e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f4d75, #00b3aa, #f6c80e, #f99f3e, #ff6e61);
}

Shades of Blue color palette created on .