Paleta de colores Ugly Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ugly Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Ugly Pink (PNG)

Download ugly pink color palette PNG image (landscape)
Download ugly pink color palette PNG image (square)

CSS de la paleta de colores Ugly Pink

/* CSS */
.color-1 {
color: #8d4d9d;
}
.color-2 {
color: #b4c9e4;
}
.color-3 {
color: #f2bd78;
}
.color-4 {
color: #f69c6f;
}
.color-5 {
color: #d05d8d;
}

/* CSS Variables */
:root {
--color-1: #8d4d9d;
--color-2: #b4c9e4;
--color-3: #f2bd78;
--color-4: #f69c6f;
--color-5: #d05d8d;
}

CSS del degradado de fondo Ugly Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d4d9d, #b4c9e4, #f2bd78, #f69c6f, #d05d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d4d9d, #b4c9e4, #f2bd78, #f69c6f, #d05d8d);
}

Ugly Pink color palette created on .