Stellar Interface Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stellar Interface palette
Stellar Interface color palette CSS
/* CSS */
.color-1 {
color: #5a3c8b;
}
.color-2 {
color: #4b5e8b;
}
.color-3 {
color: #3b7f8c;
}
.color-4 {
color: #4bb7c3;
}
.color-5 {
color: #96d1e3;
}
/* CSS Variables */
:root {
--color-1: #5a3c8b;
--color-2: #4b5e8b;
--color-3: #3b7f8c;
--color-4: #4bb7c3;
--color-5: #96d1e3;
}
Stellar Interface background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3c8b, #4b5e8b, #3b7f8c, #4bb7c3, #96d1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3c8b, #4b5e8b, #3b7f8c, #4bb7c3, #96d1e3);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Stellar Interface color palette created on .