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: #fad1d1;
}
.color-2 {
color: #ffc2c2;
}
.color-3 {
color: #ffb3e4;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #fad1d1;
--color-2: #ffc2c2;
--color-3: #ffb3e4;
--color-4: #ffc29e;
--color-5: #ffadad;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad1d1, #ffc2c2, #ffb3e4, #ffc29e, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad1d1, #ffc2c2, #ffb3e4, #ffc29e, #ffadad);
}

Cotton Candy Dreams color palette created on .