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