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: #f1c0d3;
}
.color-2 {
color: #f6e4b6;
}
.color-3 {
color: #a7d3d0;
}
.color-4 {
color: #ffb59e;
}
.color-5 {
color: #ff9a8f;
}

/* CSS Variables */
:root {
--color-1: #f1c0d3;
--color-2: #f6e4b6;
--color-3: #a7d3d0;
--color-4: #ffb59e;
--color-5: #ff9a8f;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0d3, #f6e4b6, #a7d3d0, #ffb59e, #ff9a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0d3, #f6e4b6, #a7d3d0, #ffb59e, #ff9a8f);
}

Cotton Candy Dreams color palette created on .