Vibrant Orange Fire Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Orange Fire palette

Condividi questa palette a:

tavolozza dei colori Vibrant Orange Fire CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #ff5100;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9900;
--color-3: #ffcc00;
--color-4: #ffe500;
--color-5: #ff5100;
}

CSS con gradiente di sfondo Vibrant Orange Fire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9900, #ffcc00, #ffe500, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9900, #ffcc00, #ffe500, #ff5100);
}

Tavolozze di colori simili

Vibrant Orange Fire color palette created on .