Golden Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Condividi questa palette a:

tavolozza dei colori Golden Sunrise CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #d79a28;
}
.color-5 {
color: #c77b00;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f1c40e;
--color-3: #eab543;
--color-4: #d79a28;
--color-5: #c77b00;
}

CSS con gradiente di sfondo Golden Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f1c40e, #eab543, #d79a28, #c77b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f1c40e, #eab543, #d79a28, #c77b00);
}

Golden Sunrise color palette created on .