Paleta de colores Whispers of Nature
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Nature palette
CSS de la paleta de colores Whispers of Nature
/* CSS */
.color-1 {
color: #aba19b;
}
.color-2 {
color: #758695;
}
.color-3 {
color: #466686;
}
.color-4 {
color: #496840;
}
.color-5 {
color: #115f13;
}
/* CSS Variables */
:root {
--color-1: #aba19b;
--color-2: #758695;
--color-3: #466686;
--color-4: #496840;
--color-5: #115f13;
}
CSS del degradado de fondo Whispers of Nature
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aba19b, #758695, #466686, #496840, #115f13);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aba19b, #758695, #466686, #496840, #115f13);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Neutro
Whispers of Nature color palette created on .