Blue Farscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Farscape palette
Blue Farscape color palette CSS
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4d5d8f;
}
.color-3 {
color: #7ba6c1;
}
.color-4 {
color: #b8d7e5;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4d5d8f;
--color-3: #7ba6c1;
--color-4: #b8d7e5;
--color-5: #f1c84b;
}
Blue Farscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4d5d8f, #7ba6c1, #b8d7e5, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4d5d8f, #7ba6c1, #b8d7e5, #f1c84b);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Farscape color palette created on .