Paleta de colores Diluc Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Diluc Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Diluc Sunset

Download diluc sunset color palette PNG image (landscape)
Download diluc sunset color palette PNG image (square)

CSS de la paleta de colores Diluc Sunset

/* CSS */
.color-1 {
color: #c85a3c;
}
.color-2 {
color: #e1a06b;
}
.color-3 {
color: #f1d6a7;
}
.color-4 {
color: #4f3d6b;
}
.color-5 {
color: #c4d6e3;
}

/* CSS Variables */
:root {
--color-1: #c85a3c;
--color-2: #e1a06b;
--color-3: #f1d6a7;
--color-4: #4f3d6b;
--color-5: #c4d6e3;
}

CSS del degradado de fondo Diluc Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85a3c, #e1a06b, #f1d6a7, #4f3d6b, #c4d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85a3c, #e1a06b, #f1d6a7, #4f3d6b, #c4d6e3);
}

Diluc Sunset color palette created on .