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: #ff8080;
}
.color-2 {
color: #80bfff;
}
.color-3 {
color: #be7ebe;
}
.color-4 {
color: #ffbf80;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #ff8080;
--color-2: #80bfff;
--color-3: #be7ebe;
--color-4: #ffbf80;
--color-5: #ff4d4d;
}
CSS del degradado de fondo Cotton Candy Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8080, #80bfff, #be7ebe, #ffbf80, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8080, #80bfff, #be7ebe, #ffbf80, #ff4d4d);
}
Paletas de colores similares
Cotton Candy Dreams color palette created on .