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: #f8c9d9;
}
.color-2 {
color: #f6bbc3;
}
.color-3 {
color: #f1a7b2;
}
.color-4 {
color: #f08b8a;
}
.color-5 {
color: #e76a8b;
}

/* CSS Variables */
:root {
--color-1: #f8c9d9;
--color-2: #f6bbc3;
--color-3: #f1a7b2;
--color-4: #f08b8a;
--color-5: #e76a8b;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d9, #f6bbc3, #f1a7b2, #f08b8a, #e76a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d9, #f6bbc3, #f1a7b2, #f08b8a, #e76a8b);
}

Cotton Candy Dreams color palette created on .