Sunset Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Yellow palette

Condividi questa palette a:

tavolozza dei colori Sunset Yellow CSS

/* CSS */
.color-1 {
color: #f8c76d;
}
.color-2 {
color: #f8a85d;
}
.color-3 {
color: #f89b4f;
}
.color-4 {
color: #f78c3b;
}
.color-5 {
color: #f77d2b;
}

/* CSS Variables */
:root {
--color-1: #f8c76d;
--color-2: #f8a85d;
--color-3: #f89b4f;
--color-4: #f78c3b;
--color-5: #f77d2b;
}

CSS con gradiente di sfondo Sunset Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c76d, #f8a85d, #f89b4f, #f78c3b, #f77d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c76d, #f8a85d, #f89b4f, #f78c3b, #f77d2b);
}

Sunset Yellow color palette created on .