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: #f1a7b2;
}
.color-2 {
color: #e07b9e;
}
.color-3 {
color: #db5c8d;
}
.color-4 {
color: #d14d6b;
}
.color-5 {
color: #b5405b;
}

/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #e07b9e;
--color-3: #db5c8d;
--color-4: #d14d6b;
--color-5: #b5405b;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #e07b9e, #db5c8d, #d14d6b, #b5405b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #e07b9e, #db5c8d, #d14d6b, #b5405b);
}

Shades of Pink color palette created on .