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: #fc83a7;
}
.color-2 {
color: #f2a1c5;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f5c7d3;
}
.color-5 {
color: #f1b1c5;
}

/* CSS Variables */
:root {
--color-1: #fc83a7;
--color-2: #f2a1c5;
--color-3: #eab8d1;
--color-4: #f5c7d3;
--color-5: #f1b1c5;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc83a7, #f2a1c5, #eab8d1, #f5c7d3, #f1b1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc83a7, #f2a1c5, #eab8d1, #f5c7d3, #f1b1c5);
}

Cotton Candy Dreams color palette created on .