Yellow Sun Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Sun palette

Condividi questa palette a:

tavolozza dei colori Yellow Sun CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f9a53e;
}
.color-3 {
color: #f96424;
}
.color-4 {
color: #f9cb4e;
}
.color-5 {
color: #f9e380;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f9a53e;
--color-3: #f96424;
--color-4: #f9cb4e;
--color-5: #f9e380;
}

CSS con gradiente di sfondo Yellow Sun

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f9a53e, #f96424, #f9cb4e, #f9e380);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f9a53e, #f96424, #f9cb4e, #f9e380);
}

Yellow Sun color palette created on .