Astronomy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astronomy palette
Astronomy color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #3f6c9d;
}
.color-3 {
color: #6da0c5;
}
.color-4 {
color: #b3d3e0;
}
.color-5 {
color: #f0e1db;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3f6c9d;
--color-3: #6da0c5;
--color-4: #b3d3e0;
--color-5: #f0e1db;
}
Astronomy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3f6c9d, #6da0c5, #b3d3e0, #f0e1db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3f6c9d, #6da0c5, #b3d3e0, #f0e1db);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Astronomy color palette created on .