Paleta de colores Dull 80s

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dull 80s palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dull 80s

Download dull 80s color palette PNG image (landscape)
Download dull 80s color palette PNG image (square)

CSS de la paleta de colores Dull 80s

/* CSS */
.color-1 {
color: #b5c0d9;
}
.color-2 {
color: #f0b44c;
}
.color-3 {
color: #e8a96d;
}
.color-4 {
color: #d5676e;
}
.color-5 {
color: #7c4c94;
}

/* CSS Variables */
:root {
--color-1: #b5c0d9;
--color-2: #f0b44c;
--color-3: #e8a96d;
--color-4: #d5676e;
--color-5: #7c4c94;
}

CSS del degradado de fondo Dull 80s

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c0d9, #f0b44c, #e8a96d, #d5676e, #7c4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c0d9, #f0b44c, #e8a96d, #d5676e, #7c4c94);
}

Dull 80s color palette created on .