Orange Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Sunset palette

Condividi questa palette a:

Scarica la tavolozza dei colori Orange Sunset (PNG)

Download orange sunset color palette PNG image (landscape)
Download orange sunset color palette PNG image (square)

tavolozza dei colori Orange Sunset CSS

/* CSS */
.color-1 {
color: #f54e24;
}
.color-2 {
color: #f76922;
}
.color-3 {
color: #f79e22;
}
.color-4 {
color: #f7d022;
}
.color-5 {
color: #f7e922;
}

/* CSS Variables */
:root {
--color-1: #f54e24;
--color-2: #f76922;
--color-3: #f79e22;
--color-4: #f7d022;
--color-5: #f7e922;
}

CSS con gradiente di sfondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f54e24, #f76922, #f79e22, #f7d022, #f7e922);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f54e24, #f76922, #f79e22, #f7d022, #f7e922);
}

Orange Sunset color palette created on .