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: #fcca03;
}
.color-2 {
color: #f3d46d;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #eba01e;
}
.color-5 {
color: #d68b00;
}

/* CSS Variables */
:root {
--color-1: #fcca03;
--color-2: #f3d46d;
--color-3: #f1c84b;
--color-4: #eba01e;
--color-5: #d68b00;
}

CSS con gradiente di sfondo Golden Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcca03, #f3d46d, #f1c84b, #eba01e, #d68b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcca03, #f3d46d, #f1c84b, #eba01e, #d68b00);
}

Golden Sunrise color palette created on .