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: #cfd520;
}
.color-2 {
color: #d59f20;
}
.color-3 {
color: #d55c20;
}
.color-4 {
color: #d59c20;
}
.color-5 {
color: #d57720;
}

/* CSS Variables */
:root {
--color-1: #cfd520;
--color-2: #d59f20;
--color-3: #d55c20;
--color-4: #d59c20;
--color-5: #d57720;
}

CSS con gradiente di sfondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd520, #d59f20, #d55c20, #d59c20, #d57720);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd520, #d59f20, #d55c20, #d59c20, #d57720);
}

Yellow Sunset color palette created on .