Sunshine Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunshine Yellow palette

Condividi questa palette a:

Scarica la tavolozza dei colori Sunshine Yellow (PNG)

Download sunshine yellow color palette PNG image (landscape)
Download sunshine yellow color palette PNG image (square)

tavolozza dei colori Sunshine Yellow CSS

/* CSS */
.color-1 {
color: #fbae13;
}
.color-2 {
color: #f6c13c;
}
.color-3 {
color: #f1d965;
}
.color-4 {
color: #e5d138;
}
.color-5 {
color: #d2b42d;
}

/* CSS Variables */
:root {
--color-1: #fbae13;
--color-2: #f6c13c;
--color-3: #f1d965;
--color-4: #e5d138;
--color-5: #d2b42d;
}

CSS con gradiente di sfondo Sunshine Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbae13, #f6c13c, #f1d965, #e5d138, #d2b42d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbae13, #f6c13c, #f1d965, #e5d138, #d2b42d);
}

Sunshine Yellow color palette created on .