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: #fde94e;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #d85f0e;
}
.color-4 {
color: #a95b9d;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f08c00;
--color-3: #d85f0e;
--color-4: #a95b9d;
--color-5: #6a4c94;
}

CSS con gradiente di sfondo Yellow Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f08c00, #d85f0e, #a95b9d, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f08c00, #d85f0e, #a95b9d, #6a4c94);
}

Yellow Sunset color palette created on .