Paleta de colores Whispers of the Stacks
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Stacks palette
CSS de la paleta de colores Whispers of the Stacks
/* CSS */
.color-1 {
color: #d6b87a;
}
.color-2 {
color: #7a9f8d;
}
.color-3 {
color: #4c7c8a;
}
.color-4 {
color: #2d4a7b;
}
.color-5 {
color: #402c6d;
}
/* CSS Variables */
:root {
--color-1: #d6b87a;
--color-2: #7a9f8d;
--color-3: #4c7c8a;
--color-4: #2d4a7b;
--color-5: #402c6d;
}
CSS del degradado de fondo Whispers of the Stacks
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b87a, #7a9f8d, #4c7c8a, #2d4a7b, #402c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b87a, #7a9f8d, #4c7c8a, #2d4a7b, #402c6d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Estético
Whispers of the Stacks color palette created on .