Paleta de colores Dark Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Dark Pink (PNG)

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

CSS de la paleta de colores Dark Pink

/* CSS */
.color-1 {
color: #5d3d6b;
}
.color-2 {
color: #9f5b81;
}
.color-3 {
color: #d68f93;
}
.color-4 {
color: #f4c3d6;
}
.color-5 {
color: #f6e2d5;
}

/* CSS Variables */
:root {
--color-1: #5d3d6b;
--color-2: #9f5b81;
--color-3: #d68f93;
--color-4: #f4c3d6;
--color-5: #f6e2d5;
}

CSS del degradado de fondo Dark Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3d6b, #9f5b81, #d68f93, #f4c3d6, #f6e2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3d6b, #9f5b81, #d68f93, #f4c3d6, #f6e2d5);
}

Dark Pink color palette created on .