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