Paleta de colores Cotton Candy Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cotton Candy Dream palette
CSS de la paleta de colores Cotton Candy Dream
/* CSS */
.color-1 {
color: #f5b2c1;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #efa4b3;
}
.color-4 {
color: #f49ab9;
}
.color-5 {
color: #f6c6d6;
}
/* CSS Variables */
:root {
--color-1: #f5b2c1;
--color-2: #f1a7b4;
--color-3: #efa4b3;
--color-4: #f49ab9;
--color-5: #f6c6d6;
}
CSS del degradado de fondo Cotton Candy Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c1, #f1a7b4, #efa4b3, #f49ab9, #f6c6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c1, #f1a7b4, #efa4b3, #f49ab9, #f6c6d6);
}
Paletas de colores similares
Cotton Candy Dream color palette created on .