Paleta de colores Midnight Forest Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Forest Whispers palette
Image Gallery
CSS de la paleta de colores Midnight Forest Whispers
/* CSS */
.color-1 {
color: #c4af7e;
}
.color-2 {
color: #796f58;
}
.color-3 {
color: #1a2d3d;
}
.color-4 {
color: #091d34;
}
.color-5 {
color: #0a0c0f;
}
/* CSS Variables */
:root {
--color-1: #c4af7e;
--color-2: #796f58;
--color-3: #1a2d3d;
--color-4: #091d34;
--color-5: #0a0c0f;
}
CSS del degradado de fondo Midnight Forest Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4af7e, #796f58, #1a2d3d, #091d34, #0a0c0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4af7e, #796f58, #1a2d3d, #091d34, #0a0c0f);
}
Paletas de colores similares
Midnight Forest Whispers color palette created on .