Paleta de colores Elegant Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Sunrise palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Sunrise

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

CSS de la paleta de colores Elegant Sunrise

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #fffff0;
}
.color-3 {
color: #f0b847;
}
.color-4 {
color: #f0a29e;
}
.color-5 {
color: #e9e94e;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #fffff0;
--color-3: #f0b847;
--color-4: #f0a29e;
--color-5: #e9e94e;
}

CSS del degradado de fondo Elegant Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #fffff0, #f0b847, #f0a29e, #e9e94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #fffff0, #f0b847, #f0a29e, #e9e94e);
}

Elegant Sunrise color palette created on .