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: #f0c7d0;
}
.color-2 {
color: #f1a7b7;
}
.color-3 {
color: #f18898;
}
.color-4 {
color: #f2506b;
}
.color-5 {
color: #d93a55;
}

/* CSS Variables */
:root {
--color-1: #f0c7d0;
--color-2: #f1a7b7;
--color-3: #f18898;
--color-4: #f2506b;
--color-5: #d93a55;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c7d0, #f1a7b7, #f18898, #f2506b, #d93a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c7d0, #f1a7b7, #f18898, #f2506b, #d93a55);
}

Shades of Pink color palette created on .