Phobos Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Phobos palette

Share this palette to:

Download Phobos Color Palette (PNG)

Download phobos color palette PNG image (landscape)
Download phobos color palette PNG image (square)

Phobos color palette CSS

/* CSS */
.color-1 {
color: #1c1e26;
}
.color-2 {
color: #393b46;
}
.color-3 {
color: #54575f;
}
.color-4 {
color: #8d909a;
}
.color-5 {
color: #c4c6d4;
}

/* CSS Variables */
:root {
--color-1: #1c1e26;
--color-2: #393b46;
--color-3: #54575f;
--color-4: #8d909a;
--color-5: #c4c6d4;
}

Phobos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e26, #393b46, #54575f, #8d909a, #c4c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e26, #393b46, #54575f, #8d909a, #c4c6d4);
}

Phobos color palette created on .