Paleta de colores Whispers of the Forest Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Forest Breeze palette
CSS de la paleta de colores Whispers of the Forest Breeze
/* CSS */
.color-1 {
color: #a9d6a8;
}
.color-2 {
color: #5db1a0;
}
.color-3 {
color: #3b9b90;
}
.color-4 {
color: #2e6b50;
}
.color-5 {
color: #0f4d75;
}
/* CSS Variables */
:root {
--color-1: #a9d6a8;
--color-2: #5db1a0;
--color-3: #3b9b90;
--color-4: #2e6b50;
--color-5: #0f4d75;
}
CSS del degradado de fondo Whispers of the Forest Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6a8, #5db1a0, #3b9b90, #2e6b50, #0f4d75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6a8, #5db1a0, #3b9b90, #2e6b50, #0f4d75);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Verde
Whispers of the Forest Breeze color palette created on .