Bright Blue Space Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Blue Space palette

Share this palette to:

Bright Blue Space color palette CSS

/* CSS */
.color-1 {
color: #f7c6b6;
}
.color-2 {
color: #7bb8e0;
}
.color-3 {
color: #6b9edb;
}
.color-4 {
color: #7f6bb3;
}
.color-5 {
color: #4e5b8d;
}

/* CSS Variables */
:root {
--color-1: #f7c6b6;
--color-2: #7bb8e0;
--color-3: #6b9edb;
--color-4: #7f6bb3;
--color-5: #4e5b8d;
}

Bright Blue Space background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b6, #7bb8e0, #6b9edb, #7f6bb3, #4e5b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b6, #7bb8e0, #6b9edb, #7f6bb3, #4e5b8d);
}

Bright Blue Space color palette created on .