Paleta de colores Shades of Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Pink palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shades of Pink

Download shades of pink color palette PNG image (landscape)
Download shades of pink color palette PNG image (square)

CSS de la paleta de colores Shades of Pink

/* CSS */
.color-1 {
color: #b17c3e;
}
.color-2 {
color: #ae3d3d;
}
.color-3 {
color: #9a2374;
}
.color-4 {
color: #5520b1;
}
.color-5 {
color: #2976db;
}

/* CSS Variables */
:root {
--color-1: #b17c3e;
--color-2: #ae3d3d;
--color-3: #9a2374;
--color-4: #5520b1;
--color-5: #2976db;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b17c3e, #ae3d3d, #9a2374, #5520b1, #2976db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b17c3e, #ae3d3d, #9a2374, #5520b1, #2976db);
}

Shades of Pink color palette created on .