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: #f0a800;
}
.color-2 {
color: #f07c00;
}
.color-3 {
color: #f04800;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #a82e4d;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f07c00;
--color-3: #f04800;
--color-4: #d63f2e;
--color-5: #a82e4d;
}

CSS con gradiente di sfondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f07c00, #f04800, #d63f2e, #a82e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f07c00, #f04800, #d63f2e, #a82e4d);
}

Orange Sunset color palette created on .