Authentic Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Authentic Orange palette

Condividi questa palette a:

tavolozza dei colori Authentic Orange CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #db5f00;
}
.color-4 {
color: #9e3d00;
}
.color-5 {
color: #7a2b00;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f57e00;
--color-3: #db5f00;
--color-4: #9e3d00;
--color-5: #7a2b00;
}

CSS con gradiente di sfondo Authentic Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f57e00, #db5f00, #9e3d00, #7a2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f57e00, #db5f00, #9e3d00, #7a2b00);
}

Authentic Orange color palette created on .