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: #fbcd13;
}
.color-2 {
color: #f87e20;
}
.color-3 {
color: #e04f38;
}
.color-4 {
color: #d42b55;
}
.color-5 {
color: #a65e9a;
}

/* CSS Variables */
:root {
--color-1: #fbcd13;
--color-2: #f87e20;
--color-3: #e04f38;
--color-4: #d42b55;
--color-5: #a65e9a;
}

CSS con gradiente di sfondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcd13, #f87e20, #e04f38, #d42b55, #a65e9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcd13, #f87e20, #e04f38, #d42b55, #a65e9a);
}

Shades of Orange color palette created on .