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