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: #f2a1c5;
}
.color-2 {
color: #f9e89a;
}
.color-3 {
color: #a2c3e7;
}
.color-4 {
color: #ffb347;
}
.color-5 {
color: #f6c1d0;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f9e89a;
--color-3: #a2c3e7;
--color-4: #ffb347;
--color-5: #f6c1d0;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f9e89a, #a2c3e7, #ffb347, #f6c1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f9e89a, #a2c3e7, #ffb347, #f6c1d0);
}

Cotton Candy Dreams color palette created on .