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: #f9b44e;
}
.color-2 {
color: #f76d3b;
}
.color-3 {
color: #d83f31;
}
.color-4 {
color: #8a2a9d;
}
.color-5 {
color: #4b1d7c;
}

/* CSS Variables */
:root {
--color-1: #f9b44e;
--color-2: #f76d3b;
--color-3: #d83f31;
--color-4: #8a2a9d;
--color-5: #4b1d7c;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b44e, #f76d3b, #d83f31, #8a2a9d, #4b1d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b44e, #f76d3b, #d83f31, #8a2a9d, #4b1d7c);
}

Vibrant Orange color palette created on .