Savage Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Savage Symphony palette
Savage Symphony color palette CSS
/* CSS */
.color-1 {
color: #e94e77;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f7e0a1;
}
.color-4 {
color: #a1d5e8;
}
.color-5 {
color: #4b8cbe;
}
/* CSS Variables */
:root {
--color-1: #e94e77;
--color-2: #f6b83c;
--color-3: #f7e0a1;
--color-4: #a1d5e8;
--color-5: #4b8cbe;
}
Savage Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94e77, #f6b83c, #f7e0a1, #a1d5e8, #4b8cbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94e77, #f6b83c, #f7e0a1, #a1d5e8, #4b8cbe);
}
Similar color palettes
Savage Symphony color palette created on .