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: #ffb300;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #d60000;
}
.color-5 {
color: #c5118c;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #d60000;
--color-5: #c5118c;
}

CSS con gradiente di sfondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ff6e00, #ff3c00, #d60000, #c5118c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ff6e00, #ff3c00, #d60000, #c5118c);
}

Shades of Orange color palette created on .