Orange Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Sunrise palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Orange Sunrise

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

tavolozza dei colori Orange Sunrise CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff8000;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #ff1a00;
}
.color-5 {
color: #ff0080;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff8000;
--color-3: #ff4d00;
--color-4: #ff1a00;
--color-5: #ff0080;
}

CSS con gradiente di sfondo Orange Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff8000, #ff4d00, #ff1a00, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff8000, #ff4d00, #ff1a00, #ff0080);
}

Orange Sunrise color palette created on .