Sunset Citrus Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Citrus palette

Condividi questa palette a:

Scarica la tavolozza dei colori Sunset Citrus (PNG)

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

tavolozza dei colori Sunset Citrus CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffbb3d;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff9e3d;
--color-3: #ffbb3d;
--color-4: #ffd900;
--color-5: #ffcc00;
}

CSS con gradiente di sfondo Sunset Citrus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff9e3d, #ffbb3d, #ffd900, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff9e3d, #ffbb3d, #ffd900, #ffcc00);
}

Sunset Citrus color palette created on .