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: #a8b1c7;
}
.color-2 {
color: #d2c6d2;
}
.color-3 {
color: #e0a4b3;
}
.color-4 {
color: #f6c7b6;
}
.color-5 {
color: #f4eab8;
}

/* CSS Variables */
:root {
--color-1: #a8b1c7;
--color-2: #d2c6d2;
--color-3: #e0a4b3;
--color-4: #f6c7b6;
--color-5: #f4eab8;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b1c7, #d2c6d2, #e0a4b3, #f6c7b6, #f4eab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b1c7, #d2c6d2, #e0a4b3, #f6c7b6, #f4eab8);
}

Shades of Pink color palette created on .