Astra Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astra palette
Color Inspiration
Images that showcase this color palette in real designs
Download Astra Color Palette (PNG)
Astra color palette CSS
/* CSS */
.color-1 {
color: #395e89;
}
.color-2 {
color: #5c8da3;
}
.color-3 {
color: #8cc3c5;
}
.color-4 {
color: #b3e0d8;
}
.color-5 {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--color-1: #395e89;
--color-2: #5c8da3;
--color-3: #8cc3c5;
--color-4: #b3e0d8;
--color-5: #f1f7f8;
}
Astra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395e89, #5c8da3, #8cc3c5, #b3e0d8, #f1f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395e89, #5c8da3, #8cc3c5, #b3e0d8, #f1f7f8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Astra color palette created on .