Paleta de colores Whispering Woods

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Woods palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Woods

/* CSS */
.color-1 {
color: #f5f5db;
}
.color-2 {
color: #c4d600;
}
.color-3 {
color: #8b8a5b;
}
.color-4 {
color: #4a4c39;
}
.color-5 {
color: #1d1f1a;
}

/* CSS Variables */
:root {
--color-1: #f5f5db;
--color-2: #c4d600;
--color-3: #8b8a5b;
--color-4: #4a4c39;
--color-5: #1d1f1a;
}

CSS del degradado de fondo Whispering Woods

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5db, #c4d600, #8b8a5b, #4a4c39, #1d1f1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5db, #c4d600, #8b8a5b, #4a4c39, #1d1f1a);
}

Whispering Woods color palette created on .