Paleta de colores Forest Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Forest Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Forest Whisper

/* CSS */
.color-1 {
color: #4a6f2a;
}
.color-2 {
color: #6b8f3d;
}
.color-3 {
color: #a0bf4a;
}
.color-4 {
color: #c5d88d;
}
.color-5 {
color: #e1f2b1;
}

/* CSS Variables */
:root {
--color-1: #4a6f2a;
--color-2: #6b8f3d;
--color-3: #a0bf4a;
--color-4: #c5d88d;
--color-5: #e1f2b1;
}

CSS del degradado de fondo Forest Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6f2a, #6b8f3d, #a0bf4a, #c5d88d, #e1f2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6f2a, #6b8f3d, #a0bf4a, #c5d88d, #e1f2b1);
}

Forest Whisper color palette created on .