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: #f78d1d;
}
.color-2 {
color: #ffb861;
}
.color-3 {
color: #ffdb8f;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e97b1c;
}

/* CSS Variables */
:root {
--color-1: #f78d1d;
--color-2: #ffb861;
--color-3: #ffdb8f;
--color-4: #ff6e61;
--color-5: #e97b1c;
}

CSS con gradiente di sfondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f78d1d, #ffb861, #ffdb8f, #ff6e61, #e97b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f78d1d, #ffb861, #ffdb8f, #ff6e61, #e97b1c);
}

Orange Sunset color palette created on .