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: #c8eae5;
}
.color-2 {
color: #ffb4b3;
}
.color-3 {
color: #fff7f5;
}
.color-4 {
color: #ffeae5;
}
.color-5 {
color: #ffc2c6;
}

/* CSS Variables */
:root {
--color-1: #c8eae5;
--color-2: #ffb4b3;
--color-3: #fff7f5;
--color-4: #ffeae5;
--color-5: #ffc2c6;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8eae5, #ffb4b3, #fff7f5, #ffeae5, #ffc2c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8eae5, #ffb4b3, #fff7f5, #ffeae5, #ffc2c6);
}

Cotton Candy Dreams color palette created on .