Paleta de colores Pink Cotton Candy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cotton Candy palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cotton Candy

/* CSS */
.color-1 {
color: #ff75a8;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ffdbf2;
}
.color-4 {
color: #a2e0e7;
}
.color-5 {
color: #b4f8e5;
}

/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #ffb3d1;
--color-3: #ffdbf2;
--color-4: #a2e0e7;
--color-5: #b4f8e5;
}

CSS del degradado de fondo Pink Cotton Candy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a8, #ffb3d1, #ffdbf2, #a2e0e7, #b4f8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a8, #ffb3d1, #ffdbf2, #a2e0e7, #b4f8e5);
}

Pink Cotton Candy color palette created on .