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: #f5b7f2;
}
.color-2 {
color: #f7d1b6;
}
.color-3 {
color: #e0b1e7;
}
.color-4 {
color: #b2e0d3;
}
.color-5 {
color: #fce4b0;
}
/* CSS Variables */
:root {
--color-1: #f5b7f2;
--color-2: #f7d1b6;
--color-3: #e0b1e7;
--color-4: #b2e0d3;
--color-5: #fce4b0;
}
CSS del degradado de fondo Sweet Dreamland
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7f2, #f7d1b6, #e0b1e7, #b2e0d3, #fce4b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7f2, #f7d1b6, #e0b1e7, #b2e0d3, #fce4b0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Sweet Dreamland color palette created on .