Paleta de colores Whispering Pines
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Pines palette
CSS de la paleta de colores Whispering Pines
/* CSS */
.color-1 {
color: #b6c99c;
}
.color-2 {
color: #a1b58c;
}
.color-3 {
color: #8db07d;
}
.color-4 {
color: #5e9c69;
}
.color-5 {
color: #4b7c50;
}
/* CSS Variables */
:root {
--color-1: #b6c99c;
--color-2: #a1b58c;
--color-3: #8db07d;
--color-4: #5e9c69;
--color-5: #4b7c50;
}
CSS del degradado de fondo Whispering Pines
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c99c, #a1b58c, #8db07d, #5e9c69, #4b7c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c99c, #a1b58c, #8db07d, #5e9c69, #4b7c50);
}
Paletas de colores similares
Whispering Pines color palette created on .