Paleta de colores Digital Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Digital Dawn palette

Compartir esta paleta en:

Descargar la paleta de colores Digital Dawn (PNG)

Download digital dawn color palette PNG image (landscape)
Download digital dawn color palette PNG image (square)

CSS de la paleta de colores Digital Dawn

/* CSS */
.color-1 {
color: #1e1e4d;
}
.color-2 {
color: #3a5b83;
}
.color-3 {
color: #5db5d5;
}
.color-4 {
color: #9ed5f0;
}
.color-5 {
color: #f0e9c7;
}

/* CSS Variables */
:root {
--color-1: #1e1e4d;
--color-2: #3a5b83;
--color-3: #5db5d5;
--color-4: #9ed5f0;
--color-5: #f0e9c7;
}

CSS del degradado de fondo Digital Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e4d, #3a5b83, #5db5d5, #9ed5f0, #f0e9c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e4d, #3a5b83, #5db5d5, #9ed5f0, #f0e9c7);
}

Digital Dawn color palette created on .