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: #e2a8a1;
}
.color-2 {
color: #f5c3b7;
}
.color-3 {
color: #f6e1b6;
}
.color-4 {
color: #b8e0a3;
}
.color-5 {
color: #76c9d6;
}

/* CSS Variables */
:root {
--color-1: #e2a8a1;
--color-2: #f5c3b7;
--color-3: #f6e1b6;
--color-4: #b8e0a3;
--color-5: #76c9d6;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a8a1, #f5c3b7, #f6e1b6, #b8e0a3, #76c9d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a8a1, #f5c3b7, #f6e1b6, #b8e0a3, #76c9d6);
}

Shades of Pink color palette created on .