Paleta de colores Gentle Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gentle Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Gentle Pink

/* CSS */
.color-1 {
color: #f1c6d0;
}
.color-2 {
color: #e3a5c1;
}
.color-3 {
color: #d78eba;
}
.color-4 {
color: #aa7dcf;
}
.color-5 {
color: #6b5a90;
}

/* CSS Variables */
:root {
--color-1: #f1c6d0;
--color-2: #e3a5c1;
--color-3: #d78eba;
--color-4: #aa7dcf;
--color-5: #6b5a90;
}

CSS del degradado de fondo Gentle Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d0, #e3a5c1, #d78eba, #aa7dcf, #6b5a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d0, #e3a5c1, #d78eba, #aa7dcf, #6b5a90);
}

Gentle Pink color palette created on .