Paleta de colores Ancient Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ancient Sunrise palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ancient Sunrise

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

CSS de la paleta de colores Ancient Sunrise

/* 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 del degradado de fondo 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 .