Antonio's Vibrant Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Antonio's Vibrant Symphony palette

Share this palette to:

Antonio's Vibrant Symphony color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff2e62;
}
.color-4 {
color: #d37aff;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff2e62;
--color-4: #d37aff;
--color-5: #4b91e2;
}

Antonio's Vibrant Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff2e62, #d37aff, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff2e62, #d37aff, #4b91e2);
}

Antonio's Vibrant Symphony color palette created on .