Golden Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Golden Sunrise

Download golden sunrise color palette PNG image (landscape)
Download golden sunrise color palette PNG image (square)

tavolozza dei colori Golden Sunrise CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffc105;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffc105;
--color-3: #ffd942;
--color-4: #ff8c00;
--color-5: #ff6e00;
}

CSS con gradiente di sfondo Golden Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}

Golden Sunrise color palette created on .