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: #f5a300;
}
.color-2 {
color: #f1c3a2;
}
.color-3 {
color: #e87d86;
}
.color-4 {
color: #c75c9e;
}
.color-5 {
color: #894fb0;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f1c3a2;
--color-3: #e87d86;
--color-4: #c75c9e;
--color-5: #894fb0;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f1c3a2, #e87d86, #c75c9e, #894fb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f1c3a2, #e87d86, #c75c9e, #894fb0);
}

Tavolozze di colori simili

Vibrant Orange color palette created on .