Golden Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Condividi questa palette a:

Scarica la tavolozza dei colori Golden Sunrise (PNG)

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: #ffc7c9;
}
.color-2 {
color: #ffbdc9;
}
.color-3 {
color: #ffd1d1;
}
.color-4 {
color: #ffe5db;
}
.color-5 {
color: #fff0fe;
}

/* CSS Variables */
:root {
--color-1: #ffc7c9;
--color-2: #ffbdc9;
--color-3: #ffd1d1;
--color-4: #ffe5db;
--color-5: #fff0fe;
}

CSS con gradiente di sfondo Golden Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc7c9, #ffbdc9, #ffd1d1, #ffe5db, #fff0fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc7c9, #ffbdc9, #ffd1d1, #ffe5db, #fff0fe);
}

Golden Sunrise color palette created on .