60s Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 60s Sunshine palette

Condividi questa palette a:

Scarica la tavolozza dei colori 60s Sunshine (PNG)

Download 60s sunshine color palette PNG image (landscape)
Download 60s sunshine color palette PNG image (square)

tavolozza dei colori 60s Sunshine CSS

/* CSS */
.color-1 {
color: #fccf1d;
}
.color-2 {
color: #fcaa1d;
}
.color-3 {
color: #f79022;
}
.color-4 {
color: #f76222;
}
.color-5 {
color: #f63c28;
}

/* CSS Variables */
:root {
--color-1: #fccf1d;
--color-2: #fcaa1d;
--color-3: #f79022;
--color-4: #f76222;
--color-5: #f63c28;
}

CSS con gradiente di sfondo 60s Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fccf1d, #fcaa1d, #f79022, #f76222, #f63c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fccf1d, #fcaa1d, #f79022, #f76222, #f63c28);
}

60s Sunshine color palette created on .