Celestial Degradation Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Degradation palette
Celestial Degradation color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3c2a98;
}
.color-3 {
color: #5f4ea2;
}
.color-4 {
color: #a37dba;
}
.color-5 {
color: #d1a2e6;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3c2a98;
--color-3: #5f4ea2;
--color-4: #a37dba;
--color-5: #d1a2e6;
}
Celestial Degradation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3c2a98, #5f4ea2, #a37dba, #d1a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3c2a98, #5f4ea2, #a37dba, #d1a2e6);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Degradation color palette created on .