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: #ffc2cf;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff8a92;
}
.color-4 {
color: #ff707e;
}
.color-5 {
color: #ff5c69;
}

/* CSS Variables */
:root {
--color-1: #ffc2cf;
--color-2: #ffb3d1;
--color-3: #ff8a92;
--color-4: #ff707e;
--color-5: #ff5c69;
}

CSS del degradado de fondo Cute Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cf, #ffb3d1, #ff8a92, #ff707e, #ff5c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cf, #ffb3d1, #ff8a92, #ff707e, #ff5c69);
}

Cute Pink color palette created on .