Shades of Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Orange palette

Condividi questa palette a:

tavolozza dei colori Shades of Orange CSS

/* CSS */
.color-1 {
color: #f8d5a0;
}
.color-2 {
color: #f2a65f;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #c94e40;
}
.color-5 {
color: #a0406d;
}

/* CSS Variables */
:root {
--color-1: #f8d5a0;
--color-2: #f2a65f;
--color-3: #e77e23;
--color-4: #c94e40;
--color-5: #a0406d;
}

CSS con gradiente di sfondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a0, #f2a65f, #e77e23, #c94e40, #a0406d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a0, #f2a65f, #e77e23, #c94e40, #a0406d);
}

Shades of Orange color palette created on .