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