Ancient Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ancient Sunrise palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Ancient Sunrise

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

tavolozza dei colori Ancient Sunrise CSS

/* CSS */
.color-1 {
color: #694e49;
}
.color-2 {
color: #c1a79f;
}
.color-3 {
color: #d7c1b2;
}
.color-4 {
color: #f2e5cf;
}
.color-5 {
color: #f9e6d7;
}

/* CSS Variables */
:root {
--color-1: #694e49;
--color-2: #c1a79f;
--color-3: #d7c1b2;
--color-4: #f2e5cf;
--color-5: #f9e6d7;
}

CSS con gradiente di sfondo Ancient Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694e49, #c1a79f, #d7c1b2, #f2e5cf, #f9e6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694e49, #c1a79f, #d7c1b2, #f2e5cf, #f9e6d7);
}

Ancient Sunrise color palette created on .