Deep Blue Sparkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Blue Sparkle palette

Share this palette to:

Deep Blue Sparkle color palette CSS

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #5b7b9f;
}
.color-4 {
color: #8c91c5;
}
.color-5 {
color: #b4c8e4;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #3b4f8c;
--color-3: #5b7b9f;
--color-4: #8c91c5;
--color-5: #b4c8e4;
}

Deep Blue Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #3b4f8c, #5b7b9f, #8c91c5, #b4c8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #3b4f8c, #5b7b9f, #8c91c5, #b4c8e4);
}

Deep Blue Sparkle color palette created on .