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: #f9d64e;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #d74f1d;
}
.color-4 {
color: #a2348e;
}
.color-5 {
color: #5c3f8d;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #ff6d1f;
--color-3: #d74f1d;
--color-4: #a2348e;
--color-5: #5c3f8d;
}

CSS con gradiente di sfondo Orange Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #ff6d1f, #d74f1d, #a2348e, #5c3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #ff6d1f, #d74f1d, #a2348e, #5c3f8d);
}

Orange Sunset color palette created on .