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: #ffecb3;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #d93f3f;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #4e67a6;
}

/* CSS Variables */
:root {
--color-1: #ffecb3;
--color-2: #f5a524;
--color-3: #d93f3f;
--color-4: #6b9cd1;
--color-5: #4e67a6;
}

CSS con gradiente di sfondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffecb3, #f5a524, #d93f3f, #6b9cd1, #4e67a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffecb3, #f5a524, #d93f3f, #6b9cd1, #4e67a6);
}

Shades of Orange color palette created on .