Vibrant Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Condividi questa palette a:

Scarica la tavolozza dei colori Vibrant Orange (PNG)

Download vibrant orange color palette PNG image (landscape)
Download vibrant orange color palette PNG image (square)

tavolozza dei colori Vibrant Orange CSS

/* CSS */
.color-1 {
color: #f47f1f;
}
.color-2 {
color: #fa428f;
}
.color-3 {
color: #f75d55;
}
.color-4 {
color: #f2b53a;
}
.color-5 {
color: #ff913d;
}

/* CSS Variables */
:root {
--color-1: #f47f1f;
--color-2: #fa428f;
--color-3: #f75d55;
--color-4: #f2b53a;
--color-5: #ff913d;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47f1f, #fa428f, #f75d55, #f2b53a, #ff913d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47f1f, #fa428f, #f75d55, #f2b53a, #ff913d);
}

Vibrant Orange color palette created on .