Paleta de colores Pink Cotton

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cotton palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cotton

/* CSS */
.color-1 {
color: #f1cbd9;
}
.color-2 {
color: #fbb7c2;
}
.color-3 {
color: #f99ad9;
}
.color-4 {
color: #f25a87;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #f1cbd9;
--color-2: #fbb7c2;
--color-3: #f99ad9;
--color-4: #f25a87;
--color-5: #e94e77;
}

CSS del degradado de fondo Pink Cotton

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1cbd9, #fbb7c2, #f99ad9, #f25a87, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1cbd9, #fbb7c2, #f99ad9, #f25a87, #e94e77);
}

Pink Cotton color palette created on .