Paleta de colores Whispers of the Wistful Woods
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Wistful Woods palette
CSS de la paleta de colores Whispers of the Wistful Woods
/* CSS */
.color-1 {
color: #3f5b88;
}
.color-2 {
color: #90a3b2;
}
.color-3 {
color: #c7d8e5;
}
.color-4 {
color: #e5b03e;
}
.color-5 {
color: #d86a4b;
}
/* CSS Variables */
:root {
--color-1: #3f5b88;
--color-2: #90a3b2;
--color-3: #c7d8e5;
--color-4: #e5b03e;
--color-5: #d86a4b;
}
CSS del degradado de fondo Whispers of the Wistful Woods
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5b88, #90a3b2, #c7d8e5, #e5b03e, #d86a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5b88, #90a3b2, #c7d8e5, #e5b03e, #d86a4b);
}
Paletas de colores similares
Whispers of the Wistful Woods color palette created on .