Paleta de colores Pink Cherub

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cherub palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cherub

/* CSS */
.color-1 {
color: #f8d8e9;
}
.color-2 {
color: #f4b8d1;
}
.color-3 {
color: #f18eaf;
}
.color-4 {
color: #d86992;
}
.color-5 {
color: #b04f79;
}

/* CSS Variables */
:root {
--color-1: #f8d8e9;
--color-2: #f4b8d1;
--color-3: #f18eaf;
--color-4: #d86992;
--color-5: #b04f79;
}

CSS del degradado de fondo Pink Cherub

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8e9, #f4b8d1, #f18eaf, #d86992, #b04f79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8e9, #f4b8d1, #f18eaf, #d86992, #b04f79);
}

Pink Cherub color palette created on .