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