Paleta de colores Dull Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dull Rainbow palette

Compartir esta paleta en:

Descargar la paleta de colores Dull Rainbow (PNG)

Download dull rainbow color palette PNG image (landscape)
Download dull rainbow color palette PNG image (square)

CSS de la paleta de colores Dull Rainbow

/* CSS */
.color-1 {
color: #6b4f72;
}
.color-2 {
color: #b35b8d;
}
.color-3 {
color: #f6a9a2;
}
.color-4 {
color: #f8d8a0;
}
.color-5 {
color: #f9f3ae;
}

/* CSS Variables */
:root {
--color-1: #6b4f72;
--color-2: #b35b8d;
--color-3: #f6a9a2;
--color-4: #f8d8a0;
--color-5: #f9f3ae;
}

CSS del degradado de fondo Dull Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4f72, #b35b8d, #f6a9a2, #f8d8a0, #f9f3ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4f72, #b35b8d, #f6a9a2, #f8d8a0, #f9f3ae);
}

Dull Rainbow color palette created on .