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: #f5c400;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #6a5bcd;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #ff6e61;
--color-3: #6a5bcd;
--color-4: #00bdd6;
--color-5: #ff9d00;
}

CSS con gradiente di sfondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #ff6e61, #6a5bcd, #00bdd6, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #ff6e61, #6a5bcd, #00bdd6, #ff9d00);
}

Yellow Sunset color palette created on .