Paleta de colores Haunted Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Haunted Forest palette
CSS de la paleta de colores Haunted Forest
/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #4c6d90;
}
.color-3 {
color: #678a8e;
}
.color-4 {
color: #b8c6b9;
}
.color-5 {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #4c6d90;
--color-3: #678a8e;
--color-4: #b8c6b9;
--color-5: #d9d9d9;
}
CSS del degradado de fondo Haunted Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #4c6d90, #678a8e, #b8c6b9, #d9d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #4c6d90, #678a8e, #b8c6b9, #d9d9d9);
}
Paletas de colores similares
Haunted Forest color palette created on .