Paleta de colores Cotton Candy Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cotton Candy Dreams palette
CSS de la paleta de colores Cotton Candy Dreams
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff999c;
}
.color-3 {
color: #f3c4c7;
}
.color-4 {
color: #f9e3d7;
}
.color-5 {
color: #f6f1d5;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff999c;
--color-3: #f3c4c7;
--color-4: #f9e3d7;
--color-5: #f6f1d5;
}
CSS del degradado de fondo Cotton Candy Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff999c, #f3c4c7, #f9e3d7, #f6f1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff999c, #f3c4c7, #f9e3d7, #f6f1d5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 800+ paletas de colores Rosa
Cotton Candy Dreams color palette created on .