Dark Astronomy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Astronomy palette

Share this palette to:

Dark Astronomy color palette CSS

/* CSS */
.color-1 {
color: #1b1d2d;
}
.color-2 {
color: #4b4e68;
}
.color-3 {
color: #6b758e;
}
.color-4 {
color: #8e9abe;
}
.color-5 {
color: #e2e9e8;
}

/* CSS Variables */
:root {
--color-1: #1b1d2d;
--color-2: #4b4e68;
--color-3: #6b758e;
--color-4: #8e9abe;
--color-5: #e2e9e8;
}

Dark Astronomy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1d2d, #4b4e68, #6b758e, #8e9abe, #e2e9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1d2d, #4b4e68, #6b758e, #8e9abe, #e2e9e8);
}

Similar color palettes

Dark Astronomy color palette created on .