Paleta de colores Whispers of the Wilderness
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Wilderness palette
CSS de la paleta de colores Whispers of the Wilderness
/* CSS */
.color-1 {
color: #4d8d2a;
}
.color-2 {
color: #80bf4f;
}
.color-3 {
color: #a2d56c;
}
.color-4 {
color: #d1e59e;
}
.color-5 {
color: #d8f5a3;
}
/* CSS Variables */
:root {
--color-1: #4d8d2a;
--color-2: #80bf4f;
--color-3: #a2d56c;
--color-4: #d1e59e;
--color-5: #d8f5a3;
}
CSS del degradado de fondo Whispers of the Wilderness
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8d2a, #80bf4f, #a2d56c, #d1e59e, #d8f5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8d2a, #80bf4f, #a2d56c, #d1e59e, #d8f5a3);
}
Paletas de colores similares
Whispers of the Wilderness color palette created on .