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: #ffb300;
}
.color-2 {
color: #ffd54d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #fff175;
}
.color-5 {
color: #fff59e;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ffd54d;
--color-3: #ffec3d;
--color-4: #fff175;
--color-5: #fff59e;
}

CSS con gradiente di sfondo Golden Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ffd54d, #ffec3d, #fff175, #fff59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ffd54d, #ffec3d, #fff175, #fff59e);
}

Golden Sunrise color palette created on .