Paleta de colores Dolly's Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dolly's Dreamscape palette
CSS de la paleta de colores Dolly's Dreamscape
/* CSS */
.color-1 {
color: #f8c9d8;
}
.color-2 {
color: #f9a4c0;
}
.color-3 {
color: #ff808e;
}
.color-4 {
color: #ff3d67;
}
.color-5 {
color: #ff1f4f;
}
/* CSS Variables */
:root {
--color-1: #f8c9d8;
--color-2: #f9a4c0;
--color-3: #ff808e;
--color-4: #ff3d67;
--color-5: #ff1f4f;
}
CSS del degradado de fondo Dolly's Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d8, #f9a4c0, #ff808e, #ff3d67, #ff1f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d8, #f9a4c0, #ff808e, #ff3d67, #ff1f4f);
}
Paletas de colores similares
Dolly's Dreamscape color palette created on .