Astral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astral palette
Astral color palette PNG image
Astral color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #7a92e1;
}
.color-3 {
color: #a1c1e8;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7a92e1;
--color-3: #a1c1e8;
--color-4: #f0e78e;
--color-5: #f39c12;
}
Astral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7a92e1, #a1c1e8, #f0e78e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7a92e1, #a1c1e8, #f0e78e, #f39c12);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Astral color palette created on .