Paleta de colores Digital Daydream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Digital Daydream palette

Compartir esta paleta en:

CSS de la paleta de colores Digital Daydream

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9ed8;
}
.color-3 {
color: #87c5e8;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #eab543;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9ed8;
--color-3: #87c5e8;
--color-4: #f4cf3e;
--color-5: #eab543;
}

CSS del degradado de fondo Digital Daydream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9ed8, #87c5e8, #f4cf3e, #eab543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9ed8, #87c5e8, #f4cf3e, #eab543);
}

Digital Daydream color palette created on .