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