Antonio's Vibrant Symphony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Antonio's Vibrant Symphony palette

Condividi questa palette a:

tavolozza dei colori Antonio's Vibrant Symphony 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;
}

CSS con gradiente di sfondo Antonio's Vibrant Symphony

/* 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 .