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: #fee7ee;
}
.color-2 {
color: #ffd6d8;
}
.color-3 {
color: #ffded1;
}
.color-4 {
color: #ffefd6;
}
.color-5 {
color: #fff9e5;
}

/* CSS Variables */
:root {
--color-1: #fee7ee;
--color-2: #ffd6d8;
--color-3: #ffded1;
--color-4: #ffefd6;
--color-5: #fff9e5;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee7ee, #ffd6d8, #ffded1, #ffefd6, #fff9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee7ee, #ffd6d8, #ffded1, #ffefd6, #fff9e5);
}

Cotton Candy Dreams color palette created on .