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:

CSS de la paleta de colores Shades of Pink

/* CSS */
.color-1 {
color: #6c5b7b;
}
.color-2 {
color: #f67481;
}
.color-3 {
color: #f6a7b4;
}
.color-4 {
color: #c06d84;
}
.color-5 {
color: #365c7d;
}

/* CSS Variables */
:root {
--color-1: #6c5b7b;
--color-2: #f67481;
--color-3: #f6a7b4;
--color-4: #c06d84;
--color-5: #365c7d;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c5b7b, #f67481, #f6a7b4, #c06d84, #365c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c5b7b, #f67481, #f6a7b4, #c06d84, #365c7d);
}

Shades of Pink color palette created on .