Paleta de colores Cotton Candy Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Cotton Candy Dreams

/* CSS */
.color-1 {
color: #fca6b9;
}
.color-2 {
color: #fbc6d0;
}
.color-3 {
color: #fde2e9;
}
.color-4 {
color: #f8bfd4;
}
.color-5 {
color: #ffc2d8;
}

/* CSS Variables */
:root {
--color-1: #fca6b9;
--color-2: #fbc6d0;
--color-3: #fde2e9;
--color-4: #f8bfd4;
--color-5: #ffc2d8;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fca6b9, #fbc6d0, #fde2e9, #f8bfd4, #ffc2d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fca6b9, #fbc6d0, #fde2e9, #f8bfd4, #ffc2d8);
}

Cotton Candy Dreams color palette created on .