Paleta de colores Cute Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cute Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Cute Pink

/* CSS */
.color-1 {
color: #fad7d1;
}
.color-2 {
color: #f8b9d2;
}
.color-3 {
color: #f5a8e2;
}
.color-4 {
color: #c1a1e8;
}
.color-5 {
color: #b1d0e7;
}

/* CSS Variables */
:root {
--color-1: #fad7d1;
--color-2: #f8b9d2;
--color-3: #f5a8e2;
--color-4: #c1a1e8;
--color-5: #b1d0e7;
}

CSS del degradado de fondo Cute Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7d1, #f8b9d2, #f5a8e2, #c1a1e8, #b1d0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7d1, #f8b9d2, #f5a8e2, #c1a1e8, #b1d0e7);
}

Cute Pink color palette created on .