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: #f8b9ce;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ffd4b8;
}
.color-4 {
color: #ffe057;
}
.color-5 {
color: #6fa0ae;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #ffadad;
--color-3: #ffd4b8;
--color-4: #ffe057;
--color-5: #6fa0ae;
}

CSS del degradado de fondo Cute Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #ffadad, #ffd4b8, #ffe057, #6fa0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #ffadad, #ffd4b8, #ffe057, #6fa0ae);
}

Cute Pink color palette created on .