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: #233909;
}
.color-2 {
color: #deba3b;
}
.color-3 {
color: #eadcb3;
}
.color-4 {
color: #fcfaf3;
}
.color-5 {
color: #132202;
}

/* CSS Variables */
:root {
--color-1: #233909;
--color-2: #deba3b;
--color-3: #eadcb3;
--color-4: #fcfaf3;
--color-5: #132202;
}

CSS del degradado de fondo Forest Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #233909, #deba3b, #eadcb3, #fcfaf3, #132202);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #233909, #deba3b, #eadcb3, #fcfaf3, #132202);
}

Paletas de colores similares

Forest Whisper color palette created on .