Orange Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Sunset palette

Condividi questa palette a:

tavolozza dei colori Orange Sunset CSS

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff7e2e;
}
.color-3 {
color: #ffab61;
}
.color-4 {
color: #ffd48f;
}
.color-5 {
color: #fff6c2;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff7e2e;
--color-3: #ffab61;
--color-4: #ffd48f;
--color-5: #fff6c2;
}

CSS con gradiente di sfondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff7e2e, #ffab61, #ffd48f, #fff6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff7e2e, #ffab61, #ffd48f, #fff6c2);
}

Orange Sunset color palette created on .