Vibrant Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Condividi questa palette a:

tavolozza dei colori Vibrant Orange CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb13d;
}
.color-3 {
color: #4ccdc4;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #f67481;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb13d;
--color-3: #4ccdc4;
--color-4: #6c5b80;
--color-5: #f67481;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb13d, #4ccdc4, #6c5b80, #f67481);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb13d, #4ccdc4, #6c5b80, #f67481);
}

Vibrant Orange color palette created on .