Celestial Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Serenade palette
Celestial Serenade color palette CSS
/* CSS */
.color-1 {
color: #3a0e6c;
}
.color-2 {
color: #5c2c9b;
}
.color-3 {
color: #8a3cbe;
}
.color-4 {
color: #b04ddb;
}
.color-5 {
color: #e07aff;
}
/* CSS Variables */
:root {
--color-1: #3a0e6c;
--color-2: #5c2c9b;
--color-3: #8a3cbe;
--color-4: #b04ddb;
--color-5: #e07aff;
}
Celestial Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0e6c, #5c2c9b, #8a3cbe, #b04ddb, #e07aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0e6c, #5c2c9b, #8a3cbe, #b04ddb, #e07aff);
}
Similar color palettes
Celestial Serenade color palette created on .