Celestial Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Symphony palette

Share this palette to:

Celestial Symphony color palette CSS

/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #4e9ec1;
}
.color-4 {
color: #8e3e8b;
}
.color-5 {
color: #2a2c41;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f0a800;
--color-3: #4e9ec1;
--color-4: #8e3e8b;
--color-5: #2a2c41;
}

Celestial Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f0a800, #4e9ec1, #8e3e8b, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f0a800, #4e9ec1, #8e3e8b, #2a2c41);
}

Celestial Symphony color palette created on .