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: #f7c6a6;
}
.color-2 {
color: #f29d9c;
}
.color-3 {
color: #d57b96;
}
.color-4 {
color: #a86fbe;
}
.color-5 {
color: #4b6bb4;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f29d9c;
--color-3: #d57b96;
--color-4: #a86fbe;
--color-5: #4b6bb4;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f29d9c, #d57b96, #a86fbe, #4b6bb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f29d9c, #d57b96, #a86fbe, #4b6bb4);
}

Shades of Pink color palette created on .