Yellow Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Sunset palette

Condividi questa palette a:

tavolozza dei colori Yellow Sunset CSS

/* CSS */
.color-1 {
color: #fbff00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff5900;
}
.color-4 {
color: #ffae00;
}
.color-5 {
color: #ff8000;
}

/* CSS Variables */
:root {
--color-1: #fbff00;
--color-2: #ffb300;
--color-3: #ff5900;
--color-4: #ffae00;
--color-5: #ff8000;
}

CSS con gradiente di sfondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbff00, #ffb300, #ff5900, #ffae00, #ff8000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbff00, #ffb300, #ff5900, #ffae00, #ff8000);
}

Yellow Sunset color palette created on .