Weird Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Weird Blue palette

Share this palette to:

Weird Blue color palette CSS

/* CSS */
.color-1 {
color: #509dbe;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #9b4b83;
}
.color-5 {
color: #f0c2c1;
}

/* CSS Variables */
:root {
--color-1: #509dbe;
--color-2: #f4a462;
--color-3: #e76e50;
--color-4: #9b4b83;
--color-5: #f0c2c1;
}

Weird Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #509dbe, #f4a462, #e76e50, #9b4b83, #f0c2c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #509dbe, #f4a462, #e76e50, #9b4b83, #f0c2c1);
}

Weird Blue color palette created on .