Blue Space Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Space palette
Blue Space color palette CSS
/* CSS */
.color-1 {
color: #3e4b8e;
}
.color-2 {
color: #6d7cca;
}
.color-3 {
color: #a2b4e7;
}
.color-4 {
color: #f1c6d8;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #3e4b8e;
--color-2: #6d7cca;
--color-3: #a2b4e7;
--color-4: #f1c6d8;
--color-5: #ffb84d;
}
Blue Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4b8e, #6d7cca, #a2b4e7, #f1c6d8, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4b8e, #6d7cca, #a2b4e7, #f1c6d8, #ffb84d);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Space color palette created on .