Paleta de colores Whispers of Tranquil Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Tranquil Forest palette
CSS de la paleta de colores Whispers of Tranquil Forest
/* CSS */
.color-1 {
color: #dfe8d3;
}
.color-2 {
color: #a2c8c1;
}
.color-3 {
color: #6da29f;
}
.color-4 {
color: #998b75;
}
.color-5 {
color: #586f67;
}
/* CSS Variables */
:root {
--color-1: #dfe8d3;
--color-2: #a2c8c1;
--color-3: #6da29f;
--color-4: #998b75;
--color-5: #586f67;
}
CSS del degradado de fondo Whispers of Tranquil Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe8d3, #a2c8c1, #6da29f, #998b75, #586f67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe8d3, #a2c8c1, #6da29f, #998b75, #586f67);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Soft green
Whispers of Tranquil Forest color palette created on .