Celestial Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Symphony palette
Celestial Symphony color palette PNG image
Celestial Symphony color palette CSS
/* CSS */
.color-1 {
color: #2e417a;
}
.color-2 {
color: #5865b6;
}
.color-3 {
color: #9da0dd;
}
.color-4 {
color: #cbcaf7;
}
.color-5 {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--color-1: #2e417a;
--color-2: #5865b6;
--color-3: #9da0dd;
--color-4: #cbcaf7;
--color-5: #f5f7ff;
}
Celestial Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e417a, #5865b6, #9da0dd, #cbcaf7, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e417a, #5865b6, #9da0dd, #cbcaf7, #f5f7ff);
}
Similar color palettes
Celestial Symphony color palette created on .