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: #f3a35e;
}
.color-2 {
color: #e8b56d;
}
.color-3 {
color: #dac98b;
}
.color-4 {
color: #b1e7a2;
}
.color-5 {
color: #6acfd2;
}

/* CSS Variables */
:root {
--color-1: #f3a35e;
--color-2: #e8b56d;
--color-3: #dac98b;
--color-4: #b1e7a2;
--color-5: #6acfd2;
}

CSS con gradiente di sfondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a35e, #e8b56d, #dac98b, #b1e7a2, #6acfd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a35e, #e8b56d, #dac98b, #b1e7a2, #6acfd2);
}

Shades of Orange color palette created on .