Paleta de colores Sweet Dreamland
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Dreamland palette
CSS de la paleta de colores Sweet Dreamland
/* CSS */
.color-1 {
color: #ffdbfe;
}
.color-2 {
color: #ffe8e5;
}
.color-3 {
color: #f8d1ff;
}
.color-4 {
color: #c7fff7;
}
.color-5 {
color: #fff2e5;
}
/* CSS Variables */
:root {
--color-1: #ffdbfe;
--color-2: #ffe8e5;
--color-3: #f8d1ff;
--color-4: #c7fff7;
--color-5: #fff2e5;
}
CSS del degradado de fondo Sweet Dreamland
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbfe, #ffe8e5, #f8d1ff, #c7fff7, #fff2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbfe, #ffe8e5, #f8d1ff, #c7fff7, #fff2e5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Rosa
Sweet Dreamland color palette created on .