Starbreaker Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starbreaker palette

Share this palette to:

Starbreaker color palette PNG image

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

Starbreaker color palette CSS

/* CSS */
.color-1 {
color: #1c1f3b;
}
.color-2 {
color: #3a4b69;
}
.color-3 {
color: #4e7b8d;
}
.color-4 {
color: #88c8a1;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1c1f3b;
--color-2: #3a4b69;
--color-3: #4e7b8d;
--color-4: #88c8a1;
--color-5: #f9c54e;
}

Starbreaker background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3b, #3a4b69, #4e7b8d, #88c8a1, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3b, #3a4b69, #4e7b8d, #88c8a1, #f9c54e);
}

Starbreaker color palette created on .