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