Blue Diamond Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Diamond palette

Share this palette to:

Blue Diamond color palette CSS

/* CSS */
.color-1 {
color: #1f2a5b;
}
.color-2 {
color: #395a89;
}
.color-3 {
color: #6a9cbe;
}
.color-4 {
color: #a1d5e3;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #1f2a5b;
--color-2: #395a89;
--color-3: #6a9cbe;
--color-4: #a1d5e3;
--color-5: #f0f8ff;
}

Blue Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a5b, #395a89, #6a9cbe, #a1d5e3, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a5b, #395a89, #6a9cbe, #a1d5e3, #f0f8ff);
}

Blue Diamond color palette created on .