Blue Space Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Space palette

Share this palette to:

Blue Space color palette CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #2b396e;
}
.color-3 {
color: #4c6a94;
}
.color-4 {
color: #78b6e2;
}
.color-5 {
color: #a3daf5;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #2b396e;
--color-3: #4c6a94;
--color-4: #78b6e2;
--color-5: #a3daf5;
}

Blue Space background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #2b396e, #4c6a94, #78b6e2, #a3daf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #2b396e, #4c6a94, #78b6e2, #a3daf5);
}

Blue Space color palette created on .