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: #f9a824;
}
.color-2 {
color: #f16c3b;
}
.color-3 {
color: #e83b49;
}
.color-4 {
color: #c2386d;
}
.color-5 {
color: #9b3b92;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f16c3b;
--color-3: #e83b49;
--color-4: #c2386d;
--color-5: #9b3b92;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f16c3b, #e83b49, #c2386d, #9b3b92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f16c3b, #e83b49, #c2386d, #9b3b92);
}

Vibrant Orange color palette created on .