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: #d86146;
}
.color-2 {
color: #d76d3c;
}
.color-3 {
color: #d77f3c;
}
.color-4 {
color: #af8e50;
}
.color-5 {
color: #767060;
}

/* CSS Variables */
:root {
--color-1: #d86146;
--color-2: #d76d3c;
--color-3: #d77f3c;
--color-4: #af8e50;
--color-5: #767060;
}

CSS con gradiente di sfondo Vibrant Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86146, #d76d3c, #d77f3c, #af8e50, #767060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86146, #d76d3c, #d77f3c, #af8e50, #767060);
}

Vibrant Orange color palette created on .