Forgotten Space Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forgotten Space palette

Share this palette to:

Forgotten Space color palette PNG image

Download forgotten space color palette PNG image (landscape)
Download forgotten space color palette PNG image (square)

Forgotten Space color palette CSS

/* CSS */
.color-1 {
color: #1b2a69;
}
.color-2 {
color: #4a5a8c;
}
.color-3 {
color: #8b797b;
}
.color-4 {
color: #dab24e;
}
.color-5 {
color: #f85f0d;
}

/* CSS Variables */
:root {
--color-1: #1b2a69;
--color-2: #4a5a8c;
--color-3: #8b797b;
--color-4: #dab24e;
--color-5: #f85f0d;
}

Forgotten Space background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a69, #4a5a8c, #8b797b, #dab24e, #f85f0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a69, #4a5a8c, #8b797b, #dab24e, #f85f0d);
}

Forgotten Space color palette created on .