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: #ff75a8;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ffccf2;
}
.color-4 {
color: #f6e4f4;
}
.color-5 {
color: #da9ee0;
}

/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #ffb3d1;
--color-3: #ffccf2;
--color-4: #f6e4f4;
--color-5: #da9ee0;
}

CSS del degradado de fondo Cotton Candy Dreams

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

Cotton Candy Dreams color palette created on .