Warm Shades of Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Shades of Orange palette

Condividi questa palette a:

Scarica la tavolozza dei colori Warm Shades of Orange (PNG)

Download warm shades of orange color palette PNG image (landscape)
Download warm shades of orange color palette PNG image (square)

tavolozza dei colori Warm Shades of Orange CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #dce773;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #dce773;
--color-5: #4cae4f;
}

CSS con gradiente di sfondo Warm Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}

Warm Shades of Orange color palette created on .