Paleta de colores Digital Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Digital Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Digital Sunset

/* CSS */
.color-1 {
color: #b05d54;
}
.color-2 {
color: #d78c79;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #f5e5d1;
}
.color-5 {
color: #f9c58b;
}

/* CSS Variables */
:root {
--color-1: #b05d54;
--color-2: #d78c79;
--color-3: #e3b8a1;
--color-4: #f5e5d1;
--color-5: #f9c58b;
}

CSS del degradado de fondo Digital Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05d54, #d78c79, #e3b8a1, #f5e5d1, #f9c58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05d54, #d78c79, #e3b8a1, #f5e5d1, #f9c58b);
}

Digital Sunset color palette created on .